Package edu.indiana.extreme.xbaya.file.gui

Examples of edu.indiana.extreme.xbaya.file.gui.WorkflowFiler


    item.addActionListener(new AbstractAction() {
            public void actionPerformed(ActionEvent event) {
                new Thread() {
                    @Override
                    public void run() {
                      Workflow workflow = new WorkflowFiler(ComponentMenu.this.engine).getWorkflow();
//                      //to normalize and build the scripts
//                      new ODEClient().getInputs(workflow);
                      try {
                        ComponentMenu.this.engine.addWorkflowComponent(workflow.getName(), SubWorkflowComponent.getInstance(workflow));
             
View Full Code Here

TOP

Related Classes of edu.indiana.extreme.xbaya.file.gui.WorkflowFiler

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.