| javax.swing.JPanel org.openharmonise.him.authentication.gui.LoginUsernamePasswordPanel
LoginUsernamePasswordPanel | public class LoginUsernamePasswordPanel extends JPanel implements LayoutManager(Code) | | Data entry panel for the login dialog.
author: Matthew Large version: $Revision: 1.1 $ |
LoginUsernamePasswordPanel | public LoginUsernamePasswordPanel(LoginDialog dialog)(Code) | | Constructs a new data entry panel.
Parameters: dialog - Login dialog that this panel will be part of |
getPassword | public String getPassword()(Code) | | Returns the password.
Password |
getUsername | public String getUsername()(Code) | | Returns the username.
Username |
removeLayoutComponent | public void removeLayoutComponent(Component arg0)(Code) | | |
setPassword | public void setPassword(String sPassword)(Code) | | Sets the password, pre-populates the password field.
Parameters: sPassword - Password |
setUsername | public void setUsername(String sUsername)(Code) | | Sets the username, pre-populates the username field.
Parameters: sUsername - Username |
|
|