Inheritance diagram for tit.gui.panel.CSVPreferences:
Public Member Functions | |
CSVPreferences () | |
void | applyChanges () |
String | getName () |
Private Attributes | |
JRadioButton | tab |
JRadioButton | semicolon |
JRadioButton | comma |
JRadioButton | space |
JRadioButton | none |
JRadioButton | singlequote |
JRadioButton | doublequote |
tit.gui.panel.CSVPreferences.CSVPreferences | ( | ) |
Constructs a new CSVPreferences
panel.
void tit.gui.panel.CSVPreferences.applyChanges | ( | ) | [virtual] |
Requests the preferences panel to apply it's changes.
Implements tit.gui.panel.PreferencesPanel.
String tit.gui.panel.CSVPreferences.getName | ( | ) | [virtual] |
JRadioButton tit.gui.panel.CSVPreferences.tab [private] |
The tab radio button.
JRadioButton tit.gui.panel.CSVPreferences.semicolon [private] |
The semicolon radio button.
JRadioButton tit.gui.panel.CSVPreferences.comma [private] |
The comma radio button.
JRadioButton tit.gui.panel.CSVPreferences.space [private] |
The space radio button.
JRadioButton tit.gui.panel.CSVPreferences.none [private] |
The no quotation radio button.
JRadioButton tit.gui.panel.CSVPreferences.singlequote [private] |
The single quote radio button.
JRadioButton tit.gui.panel.CSVPreferences.doublequote [private] |
The double quote radio button.