swingx
Version 2005-08-19

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

Packages that use PasswordStore
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 PasswordStore in org.jdesktop.swingx
 

Methods in org.jdesktop.swingx that return PasswordStore
 PasswordStore JXLoginPanel.getPasswordStore()
          Gets the PasswordStore for this panel.
 

Methods in org.jdesktop.swingx with parameters of type PasswordStore
 void JXLoginPanel.setPasswordStore(PasswordStore store)
          Sets the PasswordStore for this panel.
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.JXLoginFrame JXLoginPanel.showLoginFrame(LoginService svc, PasswordStore ps, UserNameStore us)
           
static JXLoginPanel.JXLoginFrame JXLoginPanel.showLoginFrame(LoginService svc, PasswordStore ps, UserNameStore us, List<String> servers)
           
 

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


swingx
Version 2005-08-19