Package org.apache.airavata.xbaya.component.gui

Examples of org.apache.airavata.xbaya.component.gui.ComponentMenu


    toolsMenuItem = new ToolsMenuItem(getEngine());
   
    workflowMenu = new WorkflowMenu(getEngine());
    experimentMenu = new ExperimentMenu(getEngine());
    amazonEC2Menu = new AmazonEC2Menu(getEngine());
    componentMenu = new ComponentMenu(getEngine());
    monitorMenu = new MonitorMenu(getEngine());
    // this.myProxyMenu = new MyProxyMenu(this.engine);
    registerApplications = new RegisterApplicationsMenu(getEngine());

    createMenuBar();
View Full Code Here

TOP

Related Classes of org.apache.airavata.xbaya.component.gui.ComponentMenu

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.