Uses of Interface
org.eclipse.ui.services.IDisposable
Packages that use IDisposable
Package
Description
Provides support for finding and displaying the differences
between hierarchically structured data.
Provides support for retrieving information on Commands from the workbench.
Provides support for integrating contexts into the Eclipse workbench.
Provides support for integrating handlers into the Eclipse workbench.
Provides support for integrating keys into the Eclipse workbench.
Provides the public API and default implementation for contributing menu
and toolbars to the menu service.
Provides the Common Navigator framework.
Classes for service support.
-
Uses of IDisposable in org.eclipse.compare.structuremergeviewer
Classes in org.eclipse.compare.structuremergeviewer that implement IDisposableModifier and TypeClassDescriptionclass
A node that acts as the root of the tree returned from aStructureCreator
. -
Uses of IDisposable in org.eclipse.ui.commands
Subinterfaces of IDisposable in org.eclipse.ui.commandsModifier and TypeInterfaceDescriptioninterface
Provides a look-up facility for images associated with commands.interface
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.contextsModifier and TypeInterfaceDescriptioninterface
Provides services related to contexts in the Eclipse workbench. -
Uses of IDisposable in org.eclipse.ui.handlers
Subinterfaces of IDisposable in org.eclipse.ui.handlersModifier and TypeInterfaceDescriptioninterface
Provides services related to activating and deactivating handlers within the workbench. -
Uses of IDisposable in org.eclipse.ui.internal
Classes in org.eclipse.ui.internal that implement IDisposableModifier and TypeClassDescriptionclass
Implementation for theIDragAndDropService
to be used fromEditorSite
's.static class
Used by the workbench window extension handler to unhook action sets from their associated window.class
class
A part service which delegates all responsibility to the parent service.class
Methods in org.eclipse.ui.internal with parameters of type IDisposable -
Uses of IDisposable in org.eclipse.ui.keys
Subinterfaces of IDisposable in org.eclipse.ui.keysModifier and TypeInterfaceDescriptioninterface
Provides services related to the binding architecture (e.g., keyboard shortcuts) within the workbench. -
Uses of IDisposable in org.eclipse.ui.services
Subinterfaces of IDisposable in org.eclipse.ui.servicesModifier and TypeInterfaceDescriptioninterface
Evaluate a core expression against the workbench application context and report updates using a Boolean property.interface
A service that responds to changes in one or more sources.