|
Eclipse Platform Release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ViewerSorter | |
org.eclipse.jface.viewers | Provides a framework for viewers, which are model-based content adapters for SWT widgets. |
org.eclipse.ui.dialogs | Classes for standard dialogs, wizards, and preference pages in 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. |
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.jface.viewers |
Methods in org.eclipse.jface.viewers that return ViewerSorter | |
ViewerSorter |
StructuredViewer.getSorter()
Returns this viewer's sorter, or null if it does not have
one. |
Methods in org.eclipse.jface.viewers with parameters of type ViewerSorter | |
void |
StructuredViewer.setSorter(ViewerSorter sorter)
Sets this viewer's sorter and triggers refiltering and resorting of this viewer's element. |
Uses of ViewerSorter in org.eclipse.ui.dialogs |
Methods in org.eclipse.ui.dialogs with parameters of type ViewerSorter | |
void |
ElementTreeSelectionDialog.setSorter(ViewerSorter sorter)
Sets the sorter used by the tree viewer. |
void |
CheckedTreeSelectionDialog.setSorter(ViewerSorter sorter)
Sets the sorter used by the tree viewer. |
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 Release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.