public class GenerateTableColumnsHandler extends MasterDetailAction
Constructor and Description |
---|
GenerateTableColumnsHandler() |
Modifier and Type | Method and Description |
---|---|
void |
execute(org.eclipse.emf.ecore.EObject object) |
Object |
execute(org.eclipse.core.commands.ExecutionEvent event) |
boolean |
shouldShow(org.eclipse.emf.ecore.EObject eObject) |
getTreeViewer
addHandlerListener, dispose, fireHandlerChanged, hasListeners, isEnabled, isHandled, removeHandlerListener, setBaseEnabled, setEnabled
public Object execute(org.eclipse.core.commands.ExecutionEvent event) throws org.eclipse.core.commands.ExecutionException
org.eclipse.core.commands.ExecutionException
IHandler.execute(org.eclipse.core.commands.ExecutionEvent)
public boolean shouldShow(org.eclipse.emf.ecore.EObject eObject)
shouldShow
in class MasterDetailAction
eObject
- the EObject
on which to test if the action can be executedeObject
MasterDetailAction.shouldShow(org.eclipse.emf.ecore.EObject)
public void execute(org.eclipse.emf.ecore.EObject object)
execute
in class MasterDetailAction
object
- The EObject
on which the action is executedMasterDetailAction.execute(org.eclipse.emf.ecore.EObject)
Copyright © 2018. All rights reserved.