Package org.apache.airavata.xbaya.ui.dialogs.graph.amazon

Examples of org.apache.airavata.xbaya.ui.dialogs.graph.amazon.InstanceConfigurationDialog


     * @see org.apache.airavata.xbaya.ui.graph.system.ConfigurableNodeGUI#showConfigurationDialog(org.apache.airavata.xbaya.XBayaEngine)
     */
    @Override
    protected void showConfigurationDialog(XBayaGUI xbayaGUI) {
        if (this.configDialog == null) {
            this.configDialog = new InstanceConfigurationDialog(this.node, xbayaGUI);
        }
        this.configDialog.show();
    }
View Full Code Here


     * @see org.apache.airavata.xbaya.ui.graph.system.ConfigurableNodeGUI#showConfigurationDialog(org.apache.airavata.xbaya.XBayaEngine)
     */
    @Override
    protected void showConfigurationDialog(XBayaGUI xbayaGUI) {
        if (this.configDialog == null) {
            this.configDialog = new InstanceConfigurationDialog(this.node, xbayaGUI);
        }
        this.configDialog.show();
    }
View Full Code Here

TOP

Related Classes of org.apache.airavata.xbaya.ui.dialogs.graph.amazon.InstanceConfigurationDialog

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.