Uses of Enum
org.jdesktop.swingx.JXLoginPane.Status
Packages that use JXLoginPane.Status
Package
Description
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.StatusModifier and TypeMethodDescriptionJXLoginPane.getStatus()Returns the panel's statusJXLoginPane.JXLoginDialog.getStatus()JXLoginPane.JXLoginFrame.getStatus()static JXLoginPane.StatusJXLoginPane.showLoginDialog(Component parent, LoginService svc) Shows a login dialog.static JXLoginPane.StatusJXLoginPane.showLoginDialog(Component parent, LoginService svc, PasswordStore ps, UserNameStore us) Shows a login dialog.static JXLoginPane.StatusJXLoginPane.showLoginDialog(Component parent, LoginService svc, PasswordStore ps, UserNameStore us, List<String> servers) Shows a login dialog.static JXLoginPane.StatusJXLoginPane.showLoginDialog(Component parent, JXLoginPane panel) Shows a login dialog.static JXLoginPane.StatusReturns 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.StatusModifier and TypeMethodDescriptionprotected voidJXLoginPane.setStatus(JXLoginPane.Status newStatus) Change the status