swingx
Version 2005-08-19

Uses of Class
org.jdesktop.swingx.JXLoginPanel.Status

Packages that use JXLoginPanel.Status
org.jdesktop.swingx Contains extensions to the Swing GUI toolkit, including new and enhanced components that provide functionality commonly required by rich, data-centric client applications. 
 

Uses of JXLoginPanel.Status in org.jdesktop.swingx
 

Methods in org.jdesktop.swingx that return JXLoginPanel.Status
 JXLoginPanel.Status JXLoginPanel.getStatus()
          Returns the panel's status
 JXLoginPanel.Status JXLoginPanel.JXLoginDialog.getStatus()
           
 JXLoginPanel.Status JXLoginPanel.JXLoginFrame.getStatus()
           
 JXLoginPanel.Status JXLoginDialog.getStatus()
           
static JXLoginPanel.Status JXLoginPanel.showLoginDialog(Component parent, JXLoginPanel panel)
          Shows a login dialog.
static JXLoginPanel.Status JXLoginPanel.showLoginDialog(Component parent, LoginService svc)
          Shows a login dialog.
static JXLoginPanel.Status JXLoginPanel.showLoginDialog(Component parent, LoginService svc, PasswordStore ps, UserNameStore us)
          Shows a login dialog.
static JXLoginPanel.Status JXLoginPanel.showLoginDialog(Component parent, LoginService svc, PasswordStore ps, UserNameStore us, List<String> servers)
          Shows a login dialog.
static JXLoginPanel.Status JXLoginPanel.Status.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JXLoginPanel.Status[] JXLoginPanel.Status.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.jdesktop.swingx with parameters of type JXLoginPanel.Status
protected  void JXLoginPanel.setStatus(JXLoginPanel.Status newStatus)
          Change the status
 


swingx
Version 2005-08-19