Uses of Interface
org.eclipse.ui.model.IWorkbenchAdapter
Package
Description
Provides a generic debugger user interface that clients may customize via standard
workbench extension points.
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.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
-
Uses of IWorkbenchAdapter in org.eclipse.debug.ui
Modifier and TypeClassDescriptionclass
Default implementation for a breakpoint type category.class
Deprecated.class
Deprecated.deferred custom content in the debug views is no longer supported byIDeferredWorkbenchAdapter
. -
Uses of IWorkbenchAdapter in org.eclipse.ui.model
Modifier and TypeClassDescriptionclass
A modifiable list ofIAdaptable
objects.class
Abstract base class with basic implementations of the IWorkbenchAdapter interface.Modifier and TypeMethodDescriptionprotected IWorkbenchAdapter
BaseWorkbenchContentProvider.getAdapter
(Object element) Returns the implementation of IWorkbenchAdapter for the given object.protected final IWorkbenchAdapter
WorkbenchLabelProvider.getAdapter
(Object o) Returns the implementation of IWorkbenchAdapter for the given object. -
Uses of IWorkbenchAdapter in org.eclipse.ui.progress
Modifier and TypeInterfaceDescriptioninterface
This adapter interface provides support for lazy initialization of UI workbench elements that are displayed visually.Modifier and TypeClassDescriptionclass
The PendingUpdateAdapter is a convenience object that can be used by a BaseWorkbenchContentProvider that wants to show a pending update.
IWorkbenchAdapter
.