Uses of Class
org.jdesktop.swingx.auth.UserNameStore
Packages that use UserNameStore
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.
Contains classes and interfaces used by the
JXLoginPane
component.-
Uses of UserNameStore in org.jdesktop.swingx
Fields in org.jdesktop.swingx declared as UserNameStoreModifier and TypeFieldDescriptionprivate UserNameStore
JXLoginPane.userNameStore
Optional: a UserNameStore to use for storing user names and retrieving themMethods in org.jdesktop.swingx that return UserNameStoreModifier and TypeMethodDescriptionJXLoginPane.getUserNameStore()
Gets theUserNameStore
for this panel.Methods in org.jdesktop.swingx with parameters of type UserNameStoreModifier and TypeMethodDescriptionvoid
JXLoginPane.setUserNameStore
(UserNameStore store) Sets the user name store for this panel.static JXLoginPane.Status
JXLoginPane.showLoginDialog
(Component parent, LoginService svc, PasswordStore ps, UserNameStore us) Shows a login dialog.static JXLoginPane.Status
JXLoginPane.showLoginDialog
(Component parent, LoginService svc, PasswordStore ps, UserNameStore us, List<String> servers) Shows a login dialog.static JXLoginPane.JXLoginFrame
JXLoginPane.showLoginFrame
(LoginService svc, PasswordStore ps, UserNameStore us) static JXLoginPane.JXLoginFrame
JXLoginPane.showLoginFrame
(LoginService svc, PasswordStore ps, UserNameStore us, List<String> servers) Constructors in org.jdesktop.swingx with parameters of type UserNameStoreModifierConstructorDescriptionJXLoginPane
(LoginService service, PasswordStore passwordStore, UserNameStore userStore) Create aJXLoginPane
with the specifiedLoginService
,PasswordStore
, andUserNameStore
, but without a server list.JXLoginPane
(LoginService service, PasswordStore passwordStore, UserNameStore userStore, List<String> servers) Create aJXLoginPane
with the specifiedLoginService
,PasswordStore
,UserNameStore
, and server list. -
Uses of UserNameStore in org.jdesktop.swingx.auth
Subclasses of UserNameStore in org.jdesktop.swingx.auth