| javax.swing.JDialog it.businesslogic.ireport.gui.PasswordDialog
PasswordDialog | public PasswordDialog(java.awt.Frame parent, boolean modal)(Code) | | Creates new form PasswordDialog
|
applyI18n | public void applyI18n()(Code) | | |
getPassword | public java.lang.String getPassword()(Code) | | Getter for property password.
Value of property password. |
getResponse | public int getResponse()(Code) | | Getter for property response.
Value of property response. |
main | public static void main(String args)(Code) | | Parameters: args - the command line arguments |
setPassword | public void setPassword(java.lang.String password)(Code) | | Setter for property password.
Parameters: password - New value of property password. |
setResponse | public void setResponse(int response)(Code) | | Setter for property response.
Parameters: response - New value of property response. |
|
|