Examples of refocus()


Examples of hermes.browser.dialog.PreferencesDialog.refocus()

            {
               final HermesTreeNode hermesNode = (HermesTreeNode) component;
               final PreferencesDialog dialog = new PreferencesDialog(HermesBrowser.getBrowser());

               dialog.init();
               dialog.refocus(hermesNode.getHermes().getId());
               JideSwingUtilities.centerWindow(dialog);
               dialog.setVisible(true) ;
            }
            else if (component instanceof NamingConfigTreeNode)
            {
View Full Code Here

Examples of hermes.browser.dialog.PreferencesDialog.refocus()

   {
      final PreferencesDialog dialog = new PreferencesDialog(HermesBrowser.getBrowser());

      dialog.init();
      dialog.getDestinationConfigPanel().reset();
      dialog.refocus(SessionConfigPanel.NEWSESSION);
      JideSwingUtilities.centerWindow(dialog);
      dialog.show();

   }
}
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.