Uses of Class
org.eclipse.jface.viewers.ViewerSorter
Packages that use ViewerSorter
Package
Description
Provides a framework for viewers, which are model-based
content adapters for SWT widgets.
Classes for standard dialogs, wizards, and preference
pages in the Eclipse Platform User Interface.
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.
Provides the Common Navigator framework.
-
Uses of ViewerSorter in org.eclipse.jface.viewers
Subclasses of ViewerSorter in org.eclipse.jface.viewersModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.Methods in org.eclipse.jface.viewers that return ViewerSorterModifier and TypeMethodDescriptionStructuredViewer.getSorter()Returns this viewer's sorter, ornullif it does not have one.Methods in org.eclipse.jface.viewers with parameters of type ViewerSorterModifier and TypeMethodDescriptionvoidStructuredViewer.setSorter(ViewerSorter sorter) Deprecated.usesetComparator()instead. -
Uses of ViewerSorter in org.eclipse.ui.dialogs
Methods in org.eclipse.ui.dialogs with parameters of type ViewerSorterModifier and TypeMethodDescriptionvoidCheckedTreeSelectionDialog.setSorter(ViewerSorter sorter) Deprecated.since 3.3, useCheckedTreeSelectionDialog.setComparator(ViewerComparator)insteadvoidElementTreeSelectionDialog.setSorter(ViewerSorter sorter) Deprecated.as of 3.3, useElementTreeSelectionDialog.setComparator(ViewerComparator)instead -
Uses of ViewerSorter in org.eclipse.ui.model
Subclasses of ViewerSorter in org.eclipse.ui.modelModifier and TypeClassDescriptionclassDeprecated.as of 3.3, useWorkbenchViewerComparatorinstead
TreePathViewerComparatorinstead.