Package org.eclipse.ui.model
package 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.
-
ClassDescriptionA modifiable list of
IAdaptable
objects.Tree content provider for objects that can be adapted to the interfaceIWorkbenchAdapter
.A ContributionComparator is capable of orderingIComparableContribution
instances, either as aViewerComparator
(forStructuredViewer
s) or as a traditionalComparator
.Instances of this interface represent a contribution within the workbench.Instances of this service are capable of providing standard mechanisms that clients may use to order, display, and generally work with contributions to the Workbench.This adapter interface provides visual presentation and hierarchical structure for workbench elements, allowing them to be displayed in the UI without having to know the concrete type of the element.Extension interface forIWorkbenchAdapter
that allows for color and font support.Extension interface forIWorkbenchAdapter
that allows for StyledString support.A table label provider implementation for showing workbench perspectives (objects of typeIPerspectiveDescriptor
) in table- and tree-structured viewers.Abstract base class with basic implementations of the IWorkbenchAdapter interface.Tree content provider for resource objects that can be adapted to the interfaceIWorkbenchAdapter
.Provides basic labels for adaptable objects that have theIWorkbenchAdapter
adapter associated with them.A table label provider implementation for showing workbench views and editors (objects of typeIWorkbenchPart
) in tree- and table-structured viewers.A viewer comparator that sorts elements with registered workbench adapters by their text property.Deprecated.
WorkbenchViewerComparator
instead