List<IAction> actions = new ArrayList<>();
actions.add(new ActionSet("org.jamesii.simspex", "SimSpace Exploration",
"org.jamesii.menu.main?after=edit", null));
actions.add(new SimSpExExperiment(getWindowManager(), null));
actions.add(SeparatorAction.getSeparatorFor(
"org.jamesii.menu.main/org.jamesii.simspex?after=org.jamesii.simspex.simspaceexp", null));
actions.add(new ActionIAction(new ConfigurePerfDBAction(
"Configure Performance DB..."), "org.jamesii.simspex.perfdb",