Class AbstractTemplateCommandHandler

    • Constructor Detail

      • AbstractTemplateCommandHandler

        public AbstractTemplateCommandHandler()
    • Method Detail

      • addHandlerListener

        public void addHandlerListener​(org.eclipse.core.commands.IHandlerListener handlerListener)
        Specified by:
        addHandlerListener in interface org.eclipse.core.commands.IHandler
      • dispose

        public void dispose()
        Specified by:
        dispose in interface org.eclipse.core.commands.IHandler
      • isEnabled

        public boolean isEnabled()
        Specified by:
        isEnabled in interface org.eclipse.core.commands.IHandler
      • isHandled

        public boolean isHandled()
        Specified by:
        isHandled in interface org.eclipse.core.commands.IHandler
      • removeHandlerListener

        public void removeHandlerListener​(org.eclipse.core.commands.IHandlerListener handlerListener)
        Specified by:
        removeHandlerListener in interface org.eclipse.core.commands.IHandler