public interface LoginDialog
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Releases all of the native screen resources used by this
LoginDialog, its subcomponents, and all of its owned
children. |
org.tentackle.session.SessionInfo |
getSessionInfo()
Displays the dialog and prompts for username and password.
If the method is invoked from within the GUI thread, the dialog is modal and will dispose after login data entered. |
boolean |
isShowing()
Checks if this Window is showing on screen.
|
void |
setVisible(boolean visible)
Shows or hides this login dialog.
|
void |
showStatus(String status)
Shows a message status.
|
org.tentackle.session.SessionInfo getSessionInfo()
void showStatus(String status)
status - the message textvoid setVisible(boolean visible)
visible - true if visible, else invisibleboolean isShowing()
void dispose()
LoginDialog, its subcomponents, and all of its owned
children.Tentackle - distributed, domain- and model-driven