Eclipse Platform
Release 3.4

Uses of Interface
org.eclipse.ui.model.IWorkbenchAdapter2

Packages that use IWorkbenchAdapter2
org.eclipse.debug.ui Provides a generic debugger user interface that clients may customize via standard workbench extension points. 
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. 
 

Uses of IWorkbenchAdapter2 in org.eclipse.debug.ui
 

Classes in org.eclipse.debug.ui that implement IWorkbenchAdapter2
 class DebugElementWorkbenchAdapter
          Deprecated. Custom content in the debug views is no longer supported by IWorkbenchAdapter. Custom content is currently supported by a provisional internal viewer framework.
 class DeferredDebugElementWorkbenchAdapter
          Deprecated. deferred custom content in the debug views is no longer supported by IDeferredWorkbenchAdapter. Deferred custom content is currently supported by a provisional internal viewer framework.
 

Uses of IWorkbenchAdapter2 in org.eclipse.ui.model
 

Classes in org.eclipse.ui.model that implement IWorkbenchAdapter2
 class AdaptableList
          A modifiable list of IAdaptable objects.
 class WorkbenchAdapter
          Abstract base class with basic implementations of the IWorkbenchAdapter interface.
 

Methods in org.eclipse.ui.model that return IWorkbenchAdapter2
protected  IWorkbenchAdapter2 WorkbenchLabelProvider.getAdapter2(Object o)
          Returns the implementation of IWorkbenchAdapter2 for the given object.
 


Eclipse Platform
Release 3.4

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.