Class PluginActionSetBuilder.Binding

java.lang.Object
org.eclipse.ui.internal.PluginActionSetBuilder.Binding
All Implemented Interfaces:
IDisposable
Enclosing class:
PluginActionSetBuilder

public static class PluginActionSetBuilder.Binding extends Object implements IDisposable
Used by the workbench window extension handler to unhook action sets from their associated window.
Since:
3.1
  • 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 interface IDisposable