| org.eclipse.ui.internal.dialogs.NewWizardCollectionComparator
NewWizardCollectionComparator | class NewWizardCollectionComparator 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 one exception to the above: an element with the system's reserved
name for base Wizards will always be sorted such that it will
ultimately be placed at the beginning of the sorted result.
|
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.
|
|
|