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 Type
    Method
    Description
    int
    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 be null
      Returns:
      the wizard order to compare
      See Also: