Class AbstractRightsHandler

  • All Implemented Interfaces:
    org.eclipse.core.commands.IHandler, org.eclipse.core.commands.IHandler2

    public abstract class AbstractRightsHandler
    extends org.eclipse.core.commands.AbstractHandler
    Abstract rights handler.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected IRightsEditorController getController​(org.eclipse.core.commands.ExecutionEvent event)
      Gets rights controller.
      • Methods inherited from class org.eclipse.core.commands.AbstractHandler

        addHandlerListener, dispose, fireHandlerChanged, hasListeners, isEnabled, isHandled, removeHandlerListener, setBaseEnabled, setEnabled
      • Methods inherited from class org.eclipse.core.commands.common.EventManager

        addListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObject
      • Methods inherited from interface org.eclipse.core.commands.IHandler

        execute
    • Constructor Detail

      • AbstractRightsHandler

        public AbstractRightsHandler()
    • Method Detail

      • getController

        protected IRightsEditorController getController​(org.eclipse.core.commands.ExecutionEvent event)
        Gets rights controller.
        Parameters:
        event - the event (not null)
        Returns:
        the controller, can be null if active editor null