Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
PasswordStore |
JXLoginPane.getPasswordStore()
Gets the PasswordStore for this panel.
|
Modifier and Type | Method and Description |
---|---|
void |
JXLoginPane.setPasswordStore(PasswordStore store)
Sets the PasswordStore for this panel.
|
static JXLoginPane.Status |
JXLoginPane.showLoginDialog(Component parent,
LoginService svc,
PasswordStore ps,
UserNameStore us)
Shows a login dialog.
|
static JXLoginPane.Status |
JXLoginPane.showLoginDialog(Component parent,
LoginService svc,
PasswordStore ps,
UserNameStore us,
List<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,
List<String> servers) |
Constructor and Description |
---|
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,
List<String> servers)
Create a
JXLoginPane with the specified LoginService ,
PasswordStore , UserNameStore , and server list. |
Copyright © 2014. All rights reserved.