|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISortableRefactoringHistoryControl
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.
RefactoringHistoryControlConfiguration
,
RefactoringHistoryContentProvider
,
RefactoringHistoryLabelProvider
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 |
---|
boolean isSortByDate()
true
if it is enabled, false
otherwiseboolean isSortByProjects()
true
if it is enabled, false
otherwisevoid sortByDate()
void sortByProjects()
|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.