Eclipse Platform
Release 3.0

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

Packages that use IWorkbenchAdapter
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. 
org.eclipse.ui.progress Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface.  
 

Uses of IWorkbenchAdapter in org.eclipse.ui.model
 

Classes in org.eclipse.ui.model that implement IWorkbenchAdapter
 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 IWorkbenchAdapter
protected  IWorkbenchAdapter WorkbenchLabelProvider.getAdapter(Object o)
          Returns the implementation of IWorkbenchAdapter for the given object.
protected  IWorkbenchAdapter BaseWorkbenchContentProvider.getAdapter(Object element)
          Returns the implementation of IWorkbenchAdapter for the given object.
 

Uses of IWorkbenchAdapter in org.eclipse.ui.progress
 

Subinterfaces of IWorkbenchAdapter in org.eclipse.ui.progress
 interface IDeferredWorkbenchAdapter
          This adapter interface provides support for lazy initialization of UI workbench elements that are displayed visually.
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.