Uses of Class
org.eclipse.jface.viewers.ViewerComparator
Packages that use ViewerComparator
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.
APIs for dialogs in the IDE-specific portion of 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.
Provides the standard Resource Navigator view which
presents the tree of resources in the workspace.
-
Uses of ViewerComparator in org.eclipse.jface.viewers
Subclasses of ViewerComparator in org.eclipse.jface.viewersModifier and TypeClassDescriptionclassA viewer sorter that is provided extra context in the form of the path of the parent element of the elements being sorted.classDeprecated.Methods in org.eclipse.jface.viewers that return ViewerComparatorModifier and TypeMethodDescriptionStructuredViewer.getComparator()Return this viewer's comparator used to sort elements.Methods in org.eclipse.jface.viewers with parameters of type ViewerComparatorModifier and TypeMethodDescriptionvoidStructuredViewer.setComparator(ViewerComparator comparator) Sets this viewer's comparator to be used for sorting elements, and triggers refiltering and resorting of this viewer's element. -
Uses of ViewerComparator in org.eclipse.ui.dialogs
Methods in org.eclipse.ui.dialogs with parameters of type ViewerComparatorModifier and TypeMethodDescriptionvoidCheckedTreeSelectionDialog.setComparator(ViewerComparator comparator) Sets the comparator used by the tree viewer.voidElementTreeSelectionDialog.setComparator(ViewerComparator comparator) Sets the comparator used by the tree viewer. -
Uses of ViewerComparator in org.eclipse.ui.ide.dialogs
Methods in org.eclipse.ui.ide.dialogs with parameters of type ViewerComparatorModifier and TypeMethodDescriptionvoidResourceTreeAndListGroup.setListComparator(ViewerComparator comparator) Set the comparator that is to be applied to self's list viewervoidResourceTreeAndListGroup.setTreeComparator(ViewerComparator comparator) Set the comparator that is to be applied to self's tree viewer -
Uses of ViewerComparator in org.eclipse.ui.model
Subclasses of ViewerComparator in org.eclipse.ui.modelModifier and TypeClassDescriptionclassA ContributionComparator is capable of orderingIComparableContributioninstances, either as aViewerComparator(forStructuredViewers) or as a traditionalComparator.classA viewer comparator that sorts elements with registered workbench adapters by their text property.classDeprecated.as of 3.3, useWorkbenchViewerComparatorinstead -
Uses of ViewerComparator in org.eclipse.ui.views.markers.internal
Subclasses of ViewerComparator in org.eclipse.ui.views.markers.internal
ViewerComparatorinstead.