| org.eclipse.ui.internal.dialogs.DataTransferWizardCollectionComparator
DataTransferWizardCollectionComparator | class DataTransferWizardCollectionComparator extends ViewerComparator (Code) | | A Viewer element sorter that sorts Elements by their name attribute.
Note that capitalization differences are not considered by this
sorter, so a < B < c.
NOTE exceptions to the above: an element with the system's reserved
category for Other Wizards will always be sorted such that it will
ultimately be placed at the end of the sorted result, and an elemen
with the reserved category name for General wizards will always be
placed at the beginning of the sorted result.
since: 3.2 |
Method Summary | |
public int | category(Object element) | public boolean | isSorterProperty(Object object, String propertyId) Return true if this sorter is affected by a property
change of propertyName on the specified element. |
isSorterProperty | public boolean isSorterProperty(Object object, String propertyId)(Code) | | Return true if this sorter is affected by a property
change of propertyName on the specified element.
|
|
|