Interface IContributionService


public interface IContributionService
Instances of this service are capable of providing standard mechanisms that clients may use to order, display, and generally work with contributions to the Workbench.
Since:
3.4
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    contributionType value for Preferences
    static final String
    contributionType value for the PropertyDialog
  • Method Summary

    Modifier and Type
    Method
    Description
    getComparatorFor(String contributionType)
    Return a comparator for ordering contributions within the user interface.
  • Field Details

  • Method Details

    • getComparatorFor

      ContributionComparator getComparatorFor(String contributionType)
      Return a comparator for ordering contributions within the user interface.
      Parameters:
      contributionType - the type of contribution, must not be null.
      Returns:
      the comparator
      See Also: