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

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


     */
    public XBayaMenu(XBayaEngine engine) {
        this.engine = engine;

        this.workflowMenu = new WorkflowMenu(this.engine);
        this.fileMenu = new FileMenu(this.engine);
        this.experimentMenu = new ExperimentMenu(this.engine);
        this.gpelMenu = new GPELMenu(this.engine);
        this.pegasusMenu = new PegasusMenu(this.engine);
        this.amazonEC2Menu = new AmazonEC2Menu(this.engine);
        this.myLeadMenu = new MyLeadMenu(this.engine);
View Full Code Here

TOP

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

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.