Eclipse Platform
2.0

Uses of Class
org.eclipse.jface.viewers.ViewerSorter

Packages that use ViewerSorter
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. 
org.eclipse.ui.views.navigator Provides the standard Resource Navigator view which presents the tree of resources in the workspace. 
 

Uses of ViewerSorter in org.eclipse.ui.model
 

Subclasses of ViewerSorter in org.eclipse.ui.model
 class WorkbenchViewerSorter
          A viewer sorter that sorts elements with registered workbench adapters by their text property.
 

Uses of ViewerSorter in org.eclipse.ui.views.navigator
 

Subclasses of ViewerSorter in org.eclipse.ui.views.navigator
 class ResourceSorter
          Sorter for viewers that display items of type IResource.
 


Eclipse Platform
2.0

Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.