Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

org.eclipse.ltk.ui.refactoring.history
Interface ISortableRefactoringHistoryControl

All Superinterfaces:
IRefactoringHistoryControl

public interface ISortableRefactoringHistoryControl
extends IRefactoringHistoryControl

Extension interface to IRefactoringHistoryControl which provides facilities to set the sort mode of a refactoring history control.

Clients of this interface should call createControl before calling setInput.

An instanceof of a sortable refactoring history control may be obtained by calling RefactoringUI.createSortableRefactoringHistoryControl(org.eclipse.swt.widgets.Composite, RefactoringHistoryControlConfiguration).

Note: this interface is not intended to be implemented by clients.

Since:
3.3
See Also:
RefactoringHistoryControlConfiguration, RefactoringHistoryContentProvider, RefactoringHistoryLabelProvider
Restriction:
This interface is not intended to be implemented by clients.
Restriction:
This interface is not intended to be extended by clients.

Method Summary
 boolean isSortByDate ()
          Is sorting by date enabled?
 boolean isSortByProjects ()
          Is sorting by projects enabled?
 void sortByDate ()
          Sorts the refactorings by date.
 void sortByProjects ()
          Sorts the refactorings by projects.
 
Methods inherited from interface org.eclipse.ltk.ui.refactoring.history. IRefactoringHistoryControl
addCheckStateListener, addSelectionChangedListener, createControl, getCheckedDescriptors, getControl, getSelectedDescriptors, removeCheckStateListener, removeSelectionChangedListener, setCheckedDescriptors, setInput, setSelectedDescriptors
 

Method Detail

isSortByDate

boolean isSortByDate()
Is sorting by date enabled?

Returns:
true if it is enabled, false otherwise

isSortByProjects

boolean isSortByProjects()
Is sorting by projects enabled?

Returns:
true if it is enabled, false otherwise

sortByDate

void sortByDate()
Sorts the refactorings by date.


sortByProjects

void sortByProjects()
Sorts the refactorings by projects.


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire