| |
|
| java.awt.Dialog javax.swing.JDialog org.openharmonise.him.authentication.gui.ChangePasswordDialog
getNewPassword | public String getNewPassword()(Code) | | Returns the new password entered into the dialog.
New password |
getPassword | public String getPassword()(Code) | | Returns the original password.
Password |
getUsername | public String getUsername()(Code) | | Returns the username from the change password dialog.
Username |
removeLayoutComponent | public void removeLayoutComponent(Component arg0)(Code) | | |
setInformationText | public void setInformationText(String sText)(Code) | | Sets the message text to appear on the change password dialog.
Parameters: sText - Message text |
setPassword | public void setPassword(String sPassword)(Code) | | Sets the original password and pre-populates the change
password dialog.
Parameters: sPassword - Password |
setUsername | public void setUsername(String sUsername)(Code) | | Sets the username and pre-populates it into the change
password dialog.
Parameters: sUsername - Username |
Fields inherited from java.awt.Dialog | final public static ModalityType DEFAULT_MODALITY_TYPE(Code)(Java Doc)
|
|
|
|