Eclipse Platform
Release 3.4

Uses of Class
org.eclipse.ui.model.ContributionComparator

Packages that use ContributionComparator
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
 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
 ContributionComparator IContributionService.getComparatorFor(String contributionType)
          Return a comparator for ordering contributions within the user interface.
 


Eclipse Platform
Release 3.4

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.