Package org.apache.airavata.xbaya.monitor.gui

Examples of org.apache.airavata.xbaya.monitor.gui.MonitorMenu


   
    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();
    executionModeChanged(getEngine().getConfiguration());
View Full Code Here

TOP

Related Classes of org.apache.airavata.xbaya.monitor.gui.MonitorMenu

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.