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

      All Methods Instance Methods Abstract Methods 
      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 Detail

      • 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:
        Comparator