tit.gui.panel.KeyboardLayoutPreferences Class Reference

Inheritance diagram for tit.gui.panel.KeyboardLayoutPreferences:

tit.gui.panel.PreferencesPanel List of all members.

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}

Detailed Description

A panel for adjusting the keyboard layout.
Author:
Bart Sas


Constructor & Destructor Documentation

tit.gui.panel.KeyboardLayoutPreferences.KeyboardLayoutPreferences (  ) 

Constructs a new SummaryIntervalsPreferences.


Member Function Documentation

void tit.gui.panel.KeyboardLayoutPreferences.actionPerformed ( ActionEvent  event  ) 

Handles ActionEvents coming from the buttons. Subclasses which also want to handle action events should call this method too.

Parameters:
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]

Returns this panel's name.

Returns:
This panel's name.

Implements tit.gui.panel.PreferencesPanel.


Member Data Documentation

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.

KeyboardLayoutEditor tit.gui.panel.KeyboardLayoutPreferences.customized [private]

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


The documentation for this class was generated from the following file:
Generated on Sun Jun 3 16:44:00 2007 by  doxygen 1.5.1