Package | Description |
---|---|
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.ide.dialogs |
APIs for dialogs in the IDE-specific portion of 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.navigator |
Provides the Common Navigator framework.
|
org.eclipse.ui.views.navigator |
Provides the standard Resource Navigator view which
presents the tree of resources in the workspace.
|
Modifier and Type | Class and Description |
---|---|
class |
TreePathViewerSorter
A viewer sorter that is provided extra context in the form of the path of the
parent element of the elements being sorted.
|
class |
ViewerSorter
A viewer sorter is used by a
StructuredViewer to reorder the elements
provided by its content provider. |
Modifier and Type | Method and Description |
---|---|
ViewerComparator |
StructuredViewer.getComparator()
Return this viewer's comparator used to sort elements.
|
Modifier and Type | Method and Description |
---|---|
void |
StructuredViewer.setComparator(ViewerComparator comparator)
Sets this viewer's comparator to be used for sorting elements, and triggers refiltering and
resorting of this viewer's element.
|
Modifier and Type | Method and Description |
---|---|
void |
ElementTreeSelectionDialog.setComparator(ViewerComparator comparator)
Sets the comparator used by the tree viewer.
|
void |
CheckedTreeSelectionDialog.setComparator(ViewerComparator comparator)
Sets the comparator used by the tree viewer.
|
Modifier and Type | Method and Description |
---|---|
void |
ResourceTreeAndListGroup.setListComparator(ViewerComparator comparator)
Set the comparator that is to be applied to self's list viewer
|
void |
ResourceTreeAndListGroup.setTreeComparator(ViewerComparator comparator)
Set the comparator that is to be applied to self's tree viewer
|
Modifier and Type | Class and Description |
---|---|
class |
ContributionComparator
A ContributionComparator is capable of ordering
IComparableContribution instances, either as a
ViewerComparator (for StructuredViewer s) or as a traditional
Comparator . |
class |
WorkbenchViewerComparator
A viewer comparator that sorts elements with registered workbench adapters by
their text property.
|
class |
WorkbenchViewerSorter
Deprecated.
as of 3.3, use
WorkbenchViewerComparator instead |
Modifier and Type | Class and Description |
---|---|
class |
CommonViewerSorter
Provides an implementation of TreeViewerSorter that uses the given parent to determine the
correct sort order based on the defined
org.eclipse.ui.navigator.navigatorContent/navigatorContent/commonSorter elements
available in the set of visible content extensions.
|
Modifier and Type | Class and Description |
---|---|
class |
ResourceComparator
Comparator for viewers that display items of type
IResource . |
class |
ResourceSorter
Deprecated.
as of 3.3, use
ResourceComparator instead |
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.