|
swingx Version 2009-07-31 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JXLoginPane.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 JXLoginPane.Status in org.jdesktop.swingx |
---|
Methods in org.jdesktop.swingx that return JXLoginPane.Status | |
---|---|
JXLoginPane.Status |
JXLoginPane.getStatus()
Returns the panel's status |
JXLoginPane.Status |
JXLoginPane.JXLoginDialog.getStatus()
|
JXLoginPane.Status |
JXLoginPane.JXLoginFrame.getStatus()
|
static JXLoginPane.Status |
JXLoginPane.showLoginDialog(Component parent,
JXLoginPane panel)
Shows a login dialog. |
static JXLoginPane.Status |
JXLoginPane.showLoginDialog(Component parent,
LoginService svc)
Shows a login dialog. |
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.Status |
JXLoginPane.Status.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static JXLoginPane.Status[] |
JXLoginPane.Status.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.jdesktop.swingx with parameters of type JXLoginPane.Status | |
---|---|
protected void |
JXLoginPane.setStatus(JXLoginPane.Status newStatus)
Change the status |
|
swingx Version 2009-07-31 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |