Public Member Functions | |
Preference (javax.swing.JFrame parent, int parameter) | |
Creates new form JDialog. | |
String | getValue () |
Private Member Functions | |
void | initComponents () |
This method is called from within the constructor to initialize the form. | |
void | closeDialog (java.awt.event.WindowEvent evt) |
Closes the dialog. | |
void | closeForm () |
Private Attributes | |
javax.swing.JLabel | titleLabel |
javax.swing.JButton | updateButton |
javax.swing.JButton | closeButton |
javax.swing.JLabel | valueLabel |
int | parameter |
PreferencesInterface | preferences = PreferencesInterface.getInstance() |
javax.swing.JFrame | topFrame |
Definition at line 12 of file Preference.java.
|
This method is called from within the constructor to initialize the form. WARNING: Do NOT modify this code. The content of this method is always regenerated by the Form Editor. Definition at line 40 of file Preference.java. References Preferences.Preference.closeDialog(), Preferences.PreferencesInterface.getDescription(), Preferences.PreferencesInterface.getPreference(), and Preferences.PreferencesInterface.setPreference(). Referenced by Preferences.Preference.Preference(). |
Here is the call graph for this function: