Package org.apache.oodt.cas.filemgr.browser.view.prompts

Examples of org.apache.oodt.cas.filemgr.browser.view.prompts.ConnectPrompt


        System.exit(0);
      }
    } else if (arg0.getActionCommand().equals("Connect...")) {
      // this is from the main menu
      window.bar.changeConnectStatus();
      prompt = new ConnectPrompt(this);
      prompt.pack();
      prompt.setVisible(true);
    } else if (arg0.getActionCommand().equals("Disconnect")) {
      String disconnectWarning = "Are you sure you want to disconnect from this File Manager?\n"
          + "All unexported queries will be lost.";
View Full Code Here

TOP

Related Classes of org.apache.oodt.cas.filemgr.browser.view.prompts.ConnectPrompt

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.