Package org.apache.airavata.xbaya.ui.dialogs.myproxy

Examples of org.apache.airavata.xbaya.ui.dialogs.myproxy.MyProxyDialog


     *
     * @param engine
     */
    public MyProxyChecker(XBayaEngine engine) {
        this.engine = engine;
        this.dialog = new MyProxyDialog(this.engine);
    }
View Full Code Here

TOP

Related Classes of org.apache.airavata.xbaya.ui.dialogs.myproxy.MyProxyDialog

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.