|
swingx Version 2005-08-19 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LoginEvent | |
---|---|
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 |
Uses of LoginEvent in org.jdesktop.swingx |
---|
Methods in org.jdesktop.swingx with parameters of type LoginEvent | |
---|---|
void |
JXLoginPanel.LoginListenerImpl.loginCanceled(LoginEvent source)
|
void |
JXLoginPanel.LoginListenerImpl.loginFailed(LoginEvent source)
|
void |
JXLoginPanel.LoginListenerImpl.loginStarted(LoginEvent source)
|
void |
JXLoginPanel.LoginListenerImpl.loginSucceeded(LoginEvent source)
|
Uses of LoginEvent in org.jdesktop.swingx.auth |
---|
Methods in org.jdesktop.swingx.auth with parameters of type LoginEvent | |
---|---|
void |
LoginAdapter.loginCanceled(LoginEvent source)
|
void |
LoginListener.loginCanceled(LoginEvent source)
Called by the JXLoginPanel in the event of a login cancellation by the user. |
void |
LoginAdapter.loginFailed(LoginEvent source)
|
void |
LoginListener.loginFailed(LoginEvent source)
Called by the JXLoginPanel in the event of a login failure |
void |
LoginAdapter.loginStarted(LoginEvent source)
|
void |
LoginListener.loginStarted(LoginEvent source)
Called by the JXLoginPanel when the Authentication operation is started. |
void |
LoginAdapter.loginSucceeded(LoginEvent source)
|
void |
LoginListener.loginSucceeded(LoginEvent source)
Called by the JXLoginPanel in the event of a successful login. |
|
swingx Version 2005-08-19 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |