Uses of Class
org.jdesktop.swingx.JXLoginPane
Packages that use JXLoginPane
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.
Provides basic implementation of pluggable look-and-feel for SwingX components together with a
mechanism to support custom component look-and-feels.
-
Uses of JXLoginPane in org.jdesktop.swingx
Fields in org.jdesktop.swingx declared as JXLoginPaneModifier and TypeFieldDescriptionprivate JXLoginPane
JXLoginPane.CancelAction.panel
private JXLoginPane
JXLoginPane.JXLoginDialog.panel
private JXLoginPane
JXLoginPane.JXLoginFrame.panel
private JXLoginPane
JXLoginPane.LoginAction.panel
Methods in org.jdesktop.swingx that return JXLoginPaneMethods in org.jdesktop.swingx with parameters of type JXLoginPaneModifier and TypeMethodDescriptionprotected void
JXLoginPane.JXLoginDialog.init
(JXLoginPane p) (package private) static void
JXLoginPane.initWindow
(Window w, JXLoginPane panel) Utility method for initializing a Window for displaying a LoginDialog.static JXLoginPane.Status
JXLoginPane.showLoginDialog
(Component parent, JXLoginPane panel) Shows a login dialog.static JXLoginPane.JXLoginFrame
JXLoginPane.showLoginFrame
(JXLoginPane panel) Constructors in org.jdesktop.swingx with parameters of type JXLoginPaneModifierConstructorDescriptionJXLoginDialog
(Dialog parent, JXLoginPane p) JXLoginDialog
(Frame parent, JXLoginPane p) -
Uses of JXLoginPane in org.jdesktop.swingx.plaf.basic
Fields in org.jdesktop.swingx.plaf.basic declared as JXLoginPaneConstructors in org.jdesktop.swingx.plaf.basic with parameters of type JXLoginPaneModifierConstructorDescriptionCreates a new instance of BasicLoginDialogUI