Class GenerateTableColumnsHandler

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

    public class GenerateTableColumnsHandler
    extends MasterDetailAction
    Author:
    Eugen
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object execute​(org.eclipse.core.commands.ExecutionEvent event)  
      void execute​(org.eclipse.emf.ecore.EObject object)  
      boolean shouldShow​(org.eclipse.emf.ecore.EObject eObject)  
      • 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
    • Constructor Detail

      • GenerateTableColumnsHandler

        public GenerateTableColumnsHandler()
    • Method Detail

      • execute

        public java.lang.Object execute​(org.eclipse.core.commands.ExecutionEvent event)
                                 throws org.eclipse.core.commands.ExecutionException
        Throws:
        org.eclipse.core.commands.ExecutionException
      • shouldShow

        public boolean shouldShow​(org.eclipse.emf.ecore.EObject eObject)
        Specified by:
        shouldShow in class MasterDetailAction
        Parameters:
        eObject - the EObject on which to test if the action can be executed
        Returns:
        true if the action can be executed on the parameter eObject
      • execute

        public void execute​(org.eclipse.emf.ecore.EObject object)
        Specified by:
        execute in class MasterDetailAction
        Parameters:
        object - The EObject on which the action is executed