Package com.e1c.g5.dt.applications.ui
Interface IWizardOrder
public interface IWizardOrder
The wizard ordering support that allows clients to sort wizards collection. Clients need to register wizard
descriptor adapter to define order.
-
Method Summary
Modifier and TypeMethodDescriptionint
getOrder
(org.eclipse.ui.wizards.IWizardDescriptor wizard) Returns the wizard order to compare, the bigger number means higher order.
-
Method Details
-
getOrder
int getOrder(org.eclipse.ui.wizards.IWizardDescriptor wizard) Returns the wizard order to compare, the bigger number means higher order.- Parameters:
wizard
- the wizard descriptor, cannot benull
- Returns:
- the wizard order to compare
- See Also:
-