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 the
JXLoginPane component. |
Modifier and Type | Method and Description |
---|---|
void |
JXLoginPane.LoginListenerImpl.loginCanceled(LoginEvent source) |
void |
JXLoginPane.LoginListenerImpl.loginFailed(LoginEvent source) |
void |
JXLoginPane.LoginListenerImpl.loginStarted(LoginEvent source) |
void |
JXLoginPane.LoginListenerImpl.loginSucceeded(LoginEvent source) |
Modifier and Type | Method and Description |
---|---|
void |
LoginListener.loginCanceled(LoginEvent source)
Called by the JXLoginPane in the event of a login
cancellation by the user.
|
void |
LoginAdapter.loginCanceled(LoginEvent source) |
void |
LoginListener.loginFailed(LoginEvent source)
Called by the JXLoginPane in the event of a login failure
|
void |
LoginAdapter.loginFailed(LoginEvent source) |
void |
LoginListener.loginStarted(LoginEvent source)
Called by the JXLoginPane when the Authentication
operation is started.
|
void |
LoginAdapter.loginStarted(LoginEvent source) |
void |
LoginListener.loginSucceeded(LoginEvent source)
Called by the JXLoginPane in the event of a
successful login.
|
void |
LoginAdapter.loginSucceeded(LoginEvent source) |
Copyright © 2020. All rights reserved.