Uses of Interface
org.eclipse.ui.model.IWorkbenchAdapter
Packages that use 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
Classes in org.eclipse.debug.ui that implement IWorkbenchAdapterModifier and TypeClassDescriptionclassDefault implementation for a breakpoint type category.classDeprecated.classDeprecated.deferred custom content in the debug views is no longer supported byIDeferredWorkbenchAdapter. -
Uses of IWorkbenchAdapter in org.eclipse.ui.model
Classes in org.eclipse.ui.model that implement IWorkbenchAdapterModifier and TypeClassDescriptionclassA modifiable list ofIAdaptableobjects.classAbstract base class with basic implementations of the IWorkbenchAdapter interface.Methods in org.eclipse.ui.model that return IWorkbenchAdapterModifier and TypeMethodDescriptionprotected IWorkbenchAdapterBaseWorkbenchContentProvider.getAdapter(Object element) Returns the implementation of IWorkbenchAdapter for the given object.protected final IWorkbenchAdapterWorkbenchLabelProvider.getAdapter(Object o) Returns the implementation of IWorkbenchAdapter for the given object. -
Uses of IWorkbenchAdapter in org.eclipse.ui.progress
Subinterfaces of IWorkbenchAdapter in org.eclipse.ui.progressModifier and TypeInterfaceDescriptioninterfaceThis adapter interface provides support for lazy initialization of UI workbench elements that are displayed visually.Classes in org.eclipse.ui.progress that implement IWorkbenchAdapterModifier and TypeClassDescriptionclassThe PendingUpdateAdapter is a convenience object that can be used by a BaseWorkbenchContentProvider that wants to show a pending update.
IWorkbenchAdapter.