public class GenerateAction
extends java.lang.Object
implements org.eclipse.ui.IObjectActionDelegate
Constructor and Description |
---|
GenerateAction() |
Modifier and Type | Method and Description |
---|---|
void |
executeScenario(Scenario scenario,
CompilationUtils compilationUtils)
Method used to start the execution of a scenario
|
void |
printBanner(boolean bannouncepk)
Method displaying the version information
|
void |
run(org.eclipse.jface.action.IAction action) |
void |
selectionChanged(org.eclipse.jface.action.IAction action,
org.eclipse.jface.viewers.ISelection selection) |
void |
setActivePart(org.eclipse.jface.action.IAction action,
org.eclipse.ui.IWorkbenchPart targetPart) |
public void setActivePart(org.eclipse.jface.action.IAction action, org.eclipse.ui.IWorkbenchPart targetPart)
setActivePart
in interface org.eclipse.ui.IObjectActionDelegate
IObjectActionDelegate.setActivePart(IAction, IWorkbenchPart)
public void run(org.eclipse.jface.action.IAction action)
run
in interface org.eclipse.ui.IActionDelegate
IActionDelegate.run(IAction)
public void printBanner(boolean bannouncepk)
public void executeScenario(Scenario scenario, CompilationUtils compilationUtils)
scenario
- the scenario to executepublic void selectionChanged(org.eclipse.jface.action.IAction action, org.eclipse.jface.viewers.ISelection selection)
selectionChanged
in interface org.eclipse.ui.IActionDelegate
IActionDelegate.selectionChanged(IAction, ISelection)