| Package | Description |
|---|---|
| com.sptci.echo.login |
A package that contains components and associated listeners
for displaying a login screen.
|
| Modifier and Type | Method and Description |
|---|---|
protected LoginPane |
AbstractListener.getLoginPane(ActionEvent event)
Return the
LoginPane component from which the action was
triggered. |
protected LoginPane |
LoginListener.getView() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
AbstractListener.checkPassword(LoginPane view)
Check the
password field to ensure that a value has
been input into the field. |
protected boolean |
AbstractListener.checkUserName(LoginPane view)
Check the
userName field to ensure that a value has
been input into the field. |
protected boolean |
AbstractListener.checkView(LoginPane view)
Check the
LoginPane components to ensure that appropriate values
have been entered. |