Package org.eclipse.ui.internal
Class PluginActionSetBuilder.Binding
java.lang.Object
org.eclipse.ui.internal.PluginActionSetBuilder.Binding
- All Implemented Interfaces:
IDisposable
- Enclosing class:
- PluginActionSetBuilder
Used by the workbench window extension handler to unhook action sets from
their associated window.
- Since:
- 3.1
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Binding
public Binding()
-
-
Method Details
-
dispose
public void dispose()Description copied from interface:IDisposable
Disposes of this service. All resources must be freed. All listeners must be detached. Dispose will only be called once during the life cycle of a service.- Specified by:
dispose
in interfaceIDisposable
-