Inheritance diagram for tit.gui.panel.AutosavePreferences:
Public Member Functions | |
AutosavePreferences () | |
void | actionPerformed (ActionEvent event) |
void | applyChanges () |
String | getName () |
Private Attributes | |
JCheckBox | autosaveobservation |
JTextField | autosavedirectory |
JButton | browse |
tit.gui.panel.AutosavePreferences.AutosavePreferences | ( | ) |
Constructs a new AutosavePreferences
.
void tit.gui.panel.AutosavePreferences.actionPerformed | ( | ActionEvent | event | ) |
Handles ActionEvent
s coming from the buttons.
event | The associated ActionEvent . |
void tit.gui.panel.AutosavePreferences.applyChanges | ( | ) | [virtual] |
Requests the preferences panel to apply it's changes.
Implements tit.gui.panel.PreferencesPanel.
String tit.gui.panel.AutosavePreferences.getName | ( | ) | [virtual] |
JCheckBox tit.gui.panel.AutosavePreferences.autosaveobservation [private] |
The autosave observation yes/no check box.
JTextField tit.gui.panel.AutosavePreferences.autosavedirectory [private] |
The autosave directory.
JButton tit.gui.panel.AutosavePreferences.browse [private] |
The browse button.