Uses of Class
org.jdesktop.swingx.auth.UserNameStore

Packages that use UserNameStore
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. 
org.jdesktop.swingx.auth   
 

Uses of UserNameStore in org.jdesktop.swingx
 

Methods in org.jdesktop.swingx with parameters of type UserNameStore
static JXLoginPanel.Status JXLoginPanel.showLoginDialog(java.awt.Component parent, LoginService svc, PasswordStore ps, UserNameStore us)
          Shows a login dialog.
static JXLoginPanel.Status JXLoginPanel.showLoginDialog(java.awt.Component parent, LoginService svc, PasswordStore ps, UserNameStore us, java.util.List<java.lang.String> servers)
          Shows a login dialog.
static JXLoginPanel.JXLoginFrame JXLoginPanel.showLoginFrame(LoginService svc, PasswordStore ps, UserNameStore us)
           
static JXLoginPanel.JXLoginFrame JXLoginPanel.showLoginFrame(LoginService svc, PasswordStore ps, UserNameStore us, java.util.List<java.lang.String> servers)
           
 

Constructors in org.jdesktop.swingx with parameters of type UserNameStore
JXLoginDialog(LoginService service, PasswordStore ps, UserNameStore us)
           
JXLoginPanel.ComboNamePanel(UserNameStore userNameStore)
           
JXLoginPanel(LoginService service, PasswordStore passwordStore, UserNameStore userStore)
          Create a new JXLoginPanel
JXLoginPanel(LoginService service, PasswordStore passwordStore, UserNameStore userStore, java.util.List<java.lang.String> servers)
          Create a new JXLoginPanel
 

Uses of UserNameStore in org.jdesktop.swingx.auth
 

Subclasses of UserNameStore in org.jdesktop.swingx.auth
 class DefaultUserNameStore
          Saves the user names in Preferences.