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 -
Method Summary
Modifier and TypeMethodDescriptiongetComparatorFor(String contributionType) Return a comparator for ordering contributions within the user interface.
-
Field Details
-
TYPE_PROPERTY
-
TYPE_PREFERENCE
-
-
Method Details
-
getComparatorFor
Return a comparator for ordering contributions within the user interface.- Parameters:
contributionType- the type of contribution, must not benull.- Returns:
- the comparator
- See Also:
-