| org.eclipse.ui.internal.dialogs.ActionSetComparator
ActionSetComparator | public class ActionSetComparator extends ViewerComparator (Code) | | This is used to sort action sets in the perspective customization dialog.
|
Method Summary | |
public int | compare(Viewer viewer, Object e1, Object e2) Returns a negative, zero, or positive number depending on whether
the first element is less than, equal to, or greater than
the second element. |
ActionSetComparator | public ActionSetComparator()(Code) | | Creates a new sorter.
|
compare | public int compare(Viewer viewer, Object e1, Object e2)(Code) | | Returns a negative, zero, or positive number depending on whether
the first element is less than, equal to, or greater than
the second element.
|
|
|