com.lyrisoft.chat.client.gui
Interface ILogin
- All Known Implementing Classes:
- LoginPanel, LoginDialog, LoginPanel
- public interface ILogin
This is the login widget. It should have text entry fields for userId and password, and
a status field.
Method Summary |
void |
hide()
Make this thing invisble on the screen. |
void |
setStatus(java.lang.String txt)
Set the text of the status field |
void |
show()
Make this thing visible on the screen. |
setStatus
public void setStatus(java.lang.String txt)
- Set the text of the status field
show
public void show()
- Make this thing visible on the screen. Note: It's safer to user IChatGUIFactory.show()
instead.
- See Also:
IChatGUIFactory.show(ILogin)
hide
public void hide()
- Make this thing invisble on the screen. Note: It's safer to user IChatGUIFactory.hide()
instead.
- See Also:
IChatGUIFactory.hide(ILogin)
Copyright © 2000-2002 Taso Lyristis