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.
See:
Description
Interface Summary
|
IComparableContribution
|
Instances of this interface represent a contribution within the workbench. |
IContributionService
|
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. |
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. |
IWorkbenchAdapter2
|
Extension interface for IWorkbenchAdapter that allows for color
and font support. |
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, and various label providers for
workbench-specific objects like editors, views, and perspectives.
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.