Eclipse Platform
Release 3.2

Uses of Interface
org.eclipse.ui.services.IDisposable

Packages that use IDisposable
org.eclipse.ui.commands   
org.eclipse.ui.contexts Provides support for integrating contexts into the Eclipse workbench. 
org.eclipse.ui.handlers Provides support for integrating handlers into the Eclipse workbench. 
org.eclipse.ui.keys Provides support for integrating keys into the Eclipse workbench. 
org.eclipse.ui.navigator Provides the Common Navigator framework.  
org.eclipse.ui.services   
 

Uses of IDisposable in org.eclipse.ui.commands
 

Subinterfaces of IDisposable in org.eclipse.ui.commands
 interface ICommandService
           Provides services related to the command architecture within the workbench.
 

Uses of IDisposable in org.eclipse.ui.contexts
 

Subinterfaces of IDisposable in org.eclipse.ui.contexts
 interface IContextService
           Provides services related to contexts in the Eclipse workbench.
 

Uses of IDisposable in org.eclipse.ui.handlers
 

Subinterfaces of IDisposable in org.eclipse.ui.handlers
 interface IHandlerService
           Provides services related to activating and deactivating handlers within the workbench.
 

Uses of IDisposable in org.eclipse.ui.keys
 

Subinterfaces of IDisposable in org.eclipse.ui.keys
 interface IBindingService
           Provides services related to the binding architecture (e.g., keyboard shortcuts) within the workbench.
 

Uses of IDisposable in org.eclipse.ui.navigator
 

Classes in org.eclipse.ui.navigator that implement IDisposable
 class SaveablesProvider
          Provides Saveable objects to the common navigator, and allows to map between elements in the tree and models.
 

Uses of IDisposable in org.eclipse.ui.services
 

Subinterfaces of IDisposable in org.eclipse.ui.services
 interface IServiceWithSources
           A service that responds to changes in one or more sources.
 


Eclipse Platform
Release 3.2

Guidelines for using Eclipse APIs.

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