Uses of Class
org.jdesktop.swingx.auth.UserNameStore
-
Packages that use UserNameStore Package Description 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.auth Contains classes and interfaces used by theJXLoginPane
component. -
-
Uses of UserNameStore in org.jdesktop.swingx
Methods in org.jdesktop.swingx that return UserNameStore Modifier and Type Method Description UserNameStore
JXLoginPane. getUserNameStore()
Gets theUserNameStore
for this panel.Methods in org.jdesktop.swingx with parameters of type UserNameStore Modifier and Type Method Description void
JXLoginPane. setUserNameStore(UserNameStore store)
Sets the user name store for this panel.static JXLoginPane.Status
JXLoginPane. showLoginDialog(java.awt.Component parent, LoginService svc, PasswordStore ps, UserNameStore us)
Shows a login dialog.static JXLoginPane.Status
JXLoginPane. showLoginDialog(java.awt.Component parent, LoginService svc, PasswordStore ps, UserNameStore us, java.util.List<java.lang.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, java.util.List<java.lang.String> servers)
Constructors in org.jdesktop.swingx with parameters of type UserNameStore Constructor Description ComboNamePanel(UserNameStore userNameStore)
JXLoginDialog(LoginService service, PasswordStore ps, UserNameStore us)
JXLoginPane(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, java.util.List<java.lang.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 Modifier and Type Class Description class
DefaultUserNameStore
Saves the user names in Preferences.
-