Uses of Enum Class
org.jdesktop.swingx.JXLoginPane.SaveMode
Packages that use JXLoginPane.SaveMode
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.SaveMode in org.jdesktop.swingx
Subclasses with type arguments of type JXLoginPane.SaveMode in org.jdesktop.swingxModifier and TypeClassDescriptionstatic enumThe JXLoginPane can attempt to save certain user information such as the username, password, or both to their respective stores.Fields in org.jdesktop.swingx declared as JXLoginPane.SaveModeModifier and TypeFieldDescriptionprivate JXLoginPane.SaveModeJXLoginPane.saveModeWhether to save password or username or both.Methods in org.jdesktop.swingx that return JXLoginPane.SaveModeModifier and TypeMethodDescriptionJXLoginPane.getSaveMode()static JXLoginPane.SaveModeReturns the enum constant of this class with the specified name.static JXLoginPane.SaveMode[]JXLoginPane.SaveMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jdesktop.swingx with parameters of type JXLoginPane.SaveModeModifier and TypeMethodDescriptionvoidJXLoginPane.setSaveMode(JXLoginPane.SaveMode saveMode) The save mode indicates whether the "save" password is checked by default.