Inheritance diagram for tit.gui.panel.KeyboardLayoutPreferences:
Public Member Functions | |
KeyboardLayoutPreferences () | |
void | actionPerformed (ActionEvent event) |
void | applyChanges () |
String | getName () |
Private Attributes | |
KeyboardLayoutEditor | customized |
JComboBox | layout |
JPanel | middle |
CardLayout | overlay |
Static Private Attributes | |
static final String | AZERTY = "AZERTY" |
static final String | QWERTY = "QWERTY" |
static final String | CUSTOMIZED = "Customized" |
static final String[] | LAYOUTS = {AZERTY, QWERTY, CUSTOMIZED} |
tit.gui.panel.KeyboardLayoutPreferences.KeyboardLayoutPreferences | ( | ) |
Constructs a new SummaryIntervalsPreferences
.
void tit.gui.panel.KeyboardLayoutPreferences.actionPerformed | ( | ActionEvent | event | ) |
Handles ActionEvent
s coming from the buttons. Subclasses which also want to handle action events should call this method too.
event | The associated ActionEvent . |
void tit.gui.panel.KeyboardLayoutPreferences.applyChanges | ( | ) | [virtual] |
Requests the preferences panel to apply it's changes.
Implements tit.gui.panel.PreferencesPanel.
String tit.gui.panel.KeyboardLayoutPreferences.getName | ( | ) | [virtual] |
final String tit.gui.panel.KeyboardLayoutPreferences.AZERTY = "AZERTY" [static, private] |
The azerty-identifier.
final String tit.gui.panel.KeyboardLayoutPreferences.QWERTY = "QWERTY" [static, private] |
The qwerty-identifier.
final String tit.gui.panel.KeyboardLayoutPreferences.CUSTOMIZED = "Customized" [static, private] |
The customized-identifier.
final String [] tit.gui.panel.KeyboardLayoutPreferences.LAYOUTS = {AZERTY, QWERTY, CUSTOMIZED} [static, private] |
The list of options.
The editor for the customized layout.
JComboBox tit.gui.panel.KeyboardLayoutPreferences.layout [private] |
The layout-combo box
JPanel tit.gui.panel.KeyboardLayoutPreferences.middle [private] |
The middle-panel.
CardLayout tit.gui.panel.KeyboardLayoutPreferences.overlay [private] |
The layout of the middle panel