Uses of Class
org.eclipse.ui.model.ContributionComparator
-
Packages that use ContributionComparator Package Description org.eclipse.ui.application Application-level APIs for configuring and controling the Eclipse Platform User Interface.org.eclipse.ui.model Provides a workbench adapter for displaying workbench elements in the UI without having to know the concrete type of the element, and various label providers for workbench-specific objects like editors, views, and perspectives. -
-
Uses of ContributionComparator in org.eclipse.ui.application
Methods in org.eclipse.ui.application that return ContributionComparator Modifier and Type Method Description ContributionComparator
WorkbenchAdvisor. getComparatorFor(String contributionType)
Return the contribution comparator for the particular type of contribution. -
Uses of ContributionComparator in org.eclipse.ui.model
Methods in org.eclipse.ui.model that return ContributionComparator Modifier and Type Method Description ContributionComparator
IContributionService. getComparatorFor(String contributionType)
Return a comparator for ordering contributions within the user interface.
-