Package org.jamesii.gui.experiment.actions

Examples of org.jamesii.gui.experiment.actions.NewExperimentAction


  @Override
  protected List<IAction> generateActions() {
    List<IAction> actions = new ArrayList<>();

    actions.add(new NewExperimentAction(getWindowManager(), null));
    // TODO: integrate experiment suites
    // actions.add(new NewExperimentSuiteAction(getWindowManager()));

    String[] openExpPaths =
        new String[] {
View Full Code Here

TOP

Related Classes of org.jamesii.gui.experiment.actions.NewExperimentAction

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.