swingx
Version 2005-08-19

Uses of Class
org.jdesktop.swingx.JXLoginPanel.SaveMode

Packages that use JXLoginPanel.SaveMode
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 JXLoginPanel.SaveMode in org.jdesktop.swingx
 

Methods in org.jdesktop.swingx that return JXLoginPanel.SaveMode
 JXLoginPanel.SaveMode JXLoginPanel.getSaveMode()
           
static JXLoginPanel.SaveMode JXLoginPanel.SaveMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JXLoginPanel.SaveMode[] JXLoginPanel.SaveMode.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.jdesktop.swingx with parameters of type JXLoginPanel.SaveMode
 void JXLoginPanel.setSaveMode(JXLoginPanel.SaveMode saveMode)
          The save mode indicates whether the "save" password is checked by default.
 


swingx
Version 2005-08-19