@Override
protected IAction[] generateActions() {
if (runExpAction == null) {
runExpAction =
new RunExpAction(experiment, getWindowManager(),
ExperimentPerspective.getExperimentObservationManager(),
new IExperimentExecutionListener[] {}, this);
}
return new IAction[] { new ActionIAction(runExpAction,
"org.jamesii.experiments.runexp", new String[] { "" }, this) };