Uses of Class
org.jdesktop.swingx.JXLoginPane

Packages that use JXLoginPane
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. 
org.jdesktop.swingx.plaf.basic 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
 

Methods in org.jdesktop.swingx that return JXLoginPane
 JXLoginPane JXLoginPane.JXLoginFrame.getPanel()
           
 JXLoginPane JXLoginDialog.getPanel()
           
 

Methods in org.jdesktop.swingx with parameters of type JXLoginPane
protected  void JXLoginPane.JXLoginDialog.init(JXLoginPane p)
           
 void JXLoginDialog.setPanel(JXLoginPane panel)
           
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 JXLoginPane
JXLoginPane.JXLoginDialog(Dialog parent, JXLoginPane p)
           
JXLoginPane.JXLoginDialog(Frame parent, JXLoginPane p)
           
JXLoginPane.JXLoginFrame(JXLoginPane p)
           
 

Uses of JXLoginPane in org.jdesktop.swingx.plaf.basic
 

Constructors in org.jdesktop.swingx.plaf.basic with parameters of type JXLoginPane
BasicLoginPaneUI(JXLoginPane dlg)
          Creates a new instance of BasicLoginDialogUI