Eclipse Platform
2.0

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.

See:
          Description

Interface Summary
IWorkbenchAdapter 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.
 

Class Summary
WorkbenchContentProvider Provides tree contents for objects that have the IWorkbenchAdapter adapter registered.
WorkbenchLabelProvider Provides basic labels for adaptable objects that have the IWorkbenchAdapter adapter associated with them.
WorkbenchViewerSorter A viewer sorter that sorts elements with registered workbench adapters by their text property.
 

Package org.eclipse.ui.model Description

Provides a workbench adapter for displaying workbench elements in the UI without having to know the concrete type of the element.

Package Specification

[To be supplied.]


Eclipse Platform
2.0

Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.