Uses of Class
org.jdesktop.swingx.auth.LoginEvent
Packages that use LoginEvent
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 LoginEvent in org.jdesktop.swingx
Methods in org.jdesktop.swingx with parameters of type LoginEventModifier and TypeMethodDescriptionvoidJXLoginPane.LoginListenerImpl.loginCanceled(LoginEvent source) voidJXLoginPane.LoginListenerImpl.loginFailed(LoginEvent source) voidJXLoginPane.LoginListenerImpl.loginStarted(LoginEvent source) voidJXLoginPane.LoginListenerImpl.loginSucceeded(LoginEvent source) -
Uses of LoginEvent in org.jdesktop.swingx.auth
Methods in org.jdesktop.swingx.auth with parameters of type LoginEventModifier and TypeMethodDescriptionvoidLoginAdapter.loginCanceled(LoginEvent source) Called by the JXLoginPane in the event of a login cancellation by the user.voidLoginListener.loginCanceled(LoginEvent source) Called by the JXLoginPane in the event of a login cancellation by the user.voidLoginAdapter.loginFailed(LoginEvent source) Called by the JXLoginPane in the event of a login failurevoidLoginListener.loginFailed(LoginEvent source) Called by the JXLoginPane in the event of a login failurevoidLoginAdapter.loginStarted(LoginEvent source) Called by the JXLoginPane when the Authentication operation is started.voidLoginListener.loginStarted(LoginEvent source) Called by the JXLoginPane when the Authentication operation is started.voidLoginAdapter.loginSucceeded(LoginEvent source) Called by the JXLoginPane in the event of a successful login.voidLoginListener.loginSucceeded(LoginEvent source) Called by the JXLoginPane in the event of a successful login.