Package org.jamesii.simspex.gui.actions

Examples of org.jamesii.simspex.gui.actions.ExecExplExperiment


    }
  }

  @Override
  protected IAction[] generateActions() {
    return new IAction[] { new ExecExplExperiment(editorWindow, winManager),
        new ConfigureExperimentAction(editorWindow.getExperiment(), this) };
  }
View Full Code Here

TOP

Related Classes of org.jamesii.simspex.gui.actions.ExecExplExperiment

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.