org.eclipse.ui.model |
Package-level Javadoc
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.
|
Java Source File Name | Type | Comment |
AdaptableList.java | Class | A modifiable list of IAdaptable objects. |
BaseWorkbenchContentProvider.java | Class | Tree content provider for objects that can be adapted to the interface
org.eclipse.ui.model.IWorkbenchAdapter IWorkbenchAdapter . |
IWorkbenchAdapter.java | Interface | 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. |
IWorkbenchAdapter2.java | Interface | Extension interface for IWorkbenchAdapter that allows for color
and font support. |
PerspectiveLabelProvider.java | Class | A table label provider implementation for showing workbench perspectives
(objects of type IPerspectiveDescriptor ) in table- and
tree-structured viewers.
Clients may instantiate this class. |
WorkbenchAdapter.java | Class | Abstract base class with basic implementations of the IWorkbenchAdapter
interface. |
WorkbenchLabelProvider.java | Class | Provides basic labels for adaptable objects that have the
IWorkbenchAdapter adapter associated with them. |
WorkbenchPartLabelProvider.java | Class | A table label provider implementation for showing workbench views and
editors (objects of type IWorkbenchPart ) in tree- and
table-structured viewers.
Clients may instantiate this class. |
WorkbenchViewerComparator.java | Class | A viewer comparator that sorts elements with registered workbench adapters by
their text property. |
WorkbenchViewerSorter.java | Class | A viewer sorter that sorts elements with registered workbench adapters by their text property. |