|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
JXLoginPane.getPasswordStore()
Gets the PasswordStore for this panel. |
| Methods in org.jdesktop.swingx with parameters of type PasswordStore | |
|---|---|
void |
JXLoginPane.setPasswordStore(PasswordStore store)
Sets the PasswordStore for this panel. |
static JXLoginPane.Status |
JXLoginPane.showLoginDialog(java.awt.Component parent,
LoginService svc,
PasswordStore ps,
UserNameStore us)
Shows a login dialog. |
static JXLoginPane.Status |
JXLoginPane.showLoginDialog(java.awt.Component parent,
LoginService svc,
PasswordStore ps,
UserNameStore us,
java.util.List<java.lang.String> servers)
Shows a login dialog. |
static JXLoginPane.JXLoginFrame |
JXLoginPane.showLoginFrame(LoginService svc,
PasswordStore ps,
UserNameStore us)
|
static JXLoginPane.JXLoginFrame |
JXLoginPane.showLoginFrame(LoginService svc,
PasswordStore ps,
UserNameStore us,
java.util.List<java.lang.String> servers)
|
| Constructors in org.jdesktop.swingx with parameters of type PasswordStore | |
|---|---|
JXLoginPane(LoginService service,
PasswordStore passwordStore,
UserNameStore userStore)
Create a JXLoginPane with the specified LoginService,
PasswordStore, and UserNameStore, but without a server
list. |
|
JXLoginPane(LoginService service,
PasswordStore passwordStore,
UserNameStore userStore,
java.util.List<java.lang.String> servers)
Create a JXLoginPane with the specified LoginService,
PasswordStore, UserNameStore, and server list. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||