Interface IWorkbenchWindowActionDelegate

    • Method Detail

      • dispose

        void dispose()
        Disposes this action delegate. The implementor should unhook any references to itself so that garbage collection can occur.
      • init

        void init​(IWorkbenchWindow window)
        Initializes this action delegate with the workbench window it will work in.
        Parameters:
        window - the window that provides the context for this delegate