| net.refractions.udig.internal.ui.operations.OperationSorter
OperationSorter | public class OperationSorter extends ViewerSorter (Code) | | This is used to sort views in a RunOperationDialog.
|
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. |
OperationSorter | public OperationSorter()(Code) | | |
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.
|
|
|