Uses of Class
com.metamatrix.console.ui.dialog.ConsoleLoginPanel

Packages that use ConsoleLoginPanel
com.metamatrix.console.ui.dialog   
 

Uses of ConsoleLoginPanel in com.metamatrix.console.ui.dialog
 

Methods in com.metamatrix.console.ui.dialog that return ConsoleLoginPanel
 ConsoleLoginPanel ConsoleLoginWindow.getLoginPanel()
           
 ConsoleLoginPanel ConsoleLoginDialog.getLoginPanel()
           
 

Methods in com.metamatrix.console.ui.dialog with parameters of type ConsoleLoginPanel
static void ConsoleLoginWindow.show(java.lang.String title, ConsoleLoginPanel panel, boolean isFirstLogin)
          Creates and displays a ConsoleLoginWindow centered on the screen with the specified title, containing the specified LoginPanel.
 

Constructors in com.metamatrix.console.ui.dialog with parameters of type ConsoleLoginPanel
ConsoleLoginDialog(java.lang.String title, ConsoleLoginPanel panel, boolean showSelectConnectionCheckBox, boolean insertDefaultUserName)
          Creates a ConsoleLoginDialog containing the specified ConsoleLoginPanel, and with the specified title appended to the specified prefix
ConsoleLoginWindow(java.lang.String title, ConsoleLoginPanel panel, boolean showSelectConnectionCheckBox, boolean insertDefaultUserName)
          Creates a ConsoleLoginWindow containing the specified ConsoleLoginPanel, and with the specified title appended to the specified prefix.
 



Copyright © 2009. All Rights Reserved.