Class AbstractAllTemplatesHandler

java.lang.Object
org.eclipse.core.commands.common.EventManager
org.eclipse.core.commands.AbstractHandler
com._1c.g5.v8.dt.internal.rights.ui.handlers.AbstractAllTemplatesHandler
All Implemented Interfaces:
org.eclipse.core.commands.IHandler, org.eclipse.core.commands.IHandler2
Direct Known Subclasses:
AllTemplatesAddHandler, AllTemplatesCopyHandler, AllTemplatesDeleteHandler, AllTemplatesDisableFilterHandler, AllTemplatesEditHandler, AllTemplatesGroupingHandler, AllTemplatesOpenRoleHandler, AllTemplatesSubsystemFilterHandler

public abstract class AbstractAllTemplatesHandler extends org.eclipse.core.commands.AbstractHandler
Abstract all templates handler.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    getController(org.eclipse.core.commands.ExecutionEvent event)
    Gets all templates 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 class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.eclipse.core.commands.IHandler

    execute
  • Constructor Details

    • AbstractAllTemplatesHandler

      public AbstractAllTemplatesHandler()
  • Method Details

    • getController

      protected IAllTemplatesController getController(org.eclipse.core.commands.ExecutionEvent event)
      Gets all templates controller.
      Parameters:
      event - execution event. Cannot be null
      Returns:
      all templates controller. Can be null if event active editor is not AllRestrictionsEditor or all templates controller is not initializated