

Public Member Functions | |
| ChooseKlaxonVolumePanel () | |
| ChooseKlaxonVolumePanel (String borderTitle, String firstRadioTitle, String secondRadioTitle, String thirdRadioTitle, String fourthRadioTitle, String defaultChecked) | |
| void | actionPerformed (java.awt.event.ActionEvent actionEvent) |
| void | setSelected (String whichOne) |
| void | setDefaultChecked () |
| String | getChoosenButton () |
| void | addConfigurationChangeListener (java.awt.event.ActionListener listener) |
Private Member Functions | |
| void | initComponents (String borderTitle, String firstRadioTitle, String secondRadioTitle, String thirdRadioTitle, String fourthRadioTitle, String defaultChecked) |
Private Attributes | |
| JRadioButton | firstRadio = null |
| JRadioButton | secondRadio = null |
| JRadioButton | thirdRadio = null |
| JRadioButton | fourthRadio = null |
| String | defaultChecked = null |
| ActionListener | confChangeListener = null |
****************************************************************** private class Klaxon Volume panel
| cern::laser::guiplatform::windows::behaviour::ConfigureBehaviourPanel::ChooseKlaxonVolumePanel::ChooseKlaxonVolumePanel | ( | ) | [inline] |
| cern::laser::guiplatform::windows::behaviour::ConfigureBehaviourPanel::ChooseKlaxonVolumePanel::ChooseKlaxonVolumePanel | ( | String | borderTitle, | |
| String | firstRadioTitle, | |||
| String | secondRadioTitle, | |||
| String | thirdRadioTitle, | |||
| String | fourthRadioTitle, | |||
| String | defaultChecked | |||
| ) | [inline] |
Create simple choose panel with 4 radio buttons
This method initialize all component. Creates TitleBorder, radio button and all necesary components.
| defaultChecked | - which radio button should be default checked FIRST for first, SECOND for second, etc ... or null |
References initComponents().
| void cern::laser::guiplatform::windows::behaviour::ConfigureBehaviourPanel::ChooseKlaxonVolumePanel::actionPerformed | ( | java.awt.event.ActionEvent | actionEvent | ) | [inline] |
References confChangeListener, cern::laser::guiplatform::windows::behaviour::ConfigureBehaviourPanel::FIRST, firstRadio, cern::laser::guiplatform::windows::behaviour::ConfigureBehaviourPanel::FOURTH, fourthRadio, cern::laser::guiplatform::windows::behaviour::ConfigureBehaviourPanel::SECOND, secondRadio, setSelected(), cern::laser::guiplatform::windows::behaviour::ConfigureBehaviourPanel::THIRD, and thirdRadio.
| void cern::laser::guiplatform::windows::behaviour::ConfigureBehaviourPanel::ChooseKlaxonVolumePanel::addConfigurationChangeListener | ( | java.awt.event.ActionListener | listener | ) | [inline] |
References confChangeListener.
Referenced by cern::laser::guiplatform::windows::behaviour::ConfigureBehaviourPanel::initComponent().
| String cern::laser::guiplatform::windows::behaviour::ConfigureBehaviourPanel::ChooseKlaxonVolumePanel::getChoosenButton | ( | ) | [inline] |
This method tells, which button is selected.
References cern::laser::guiplatform::windows::behaviour::ConfigureBehaviourPanel::FIRST, firstRadio, cern::laser::guiplatform::windows::behaviour::ConfigureBehaviourPanel::FOURTH, cern::laser::guiplatform::windows::behaviour::ConfigureBehaviourPanel::SECOND, secondRadio, cern::laser::guiplatform::windows::behaviour::ConfigureBehaviourPanel::THIRD, and thirdRadio.
Referenced by cern::laser::guiplatform::windows::behaviour::ConfigureBehaviourPanel::getKlaxonVolume().
| void cern::laser::guiplatform::windows::behaviour::ConfigureBehaviourPanel::ChooseKlaxonVolumePanel::initComponents | ( | String | borderTitle, | |
| String | firstRadioTitle, | |||
| String | secondRadioTitle, | |||
| String | thirdRadioTitle, | |||
| String | fourthRadioTitle, | |||
| String | defaultChecked | |||
| ) | [inline, private] |
References cern::laser::guiplatform::windows::behaviour::ConfigureBehaviourPanel::FIRST, firstRadio, cern::laser::guiplatform::windows::behaviour::ConfigureBehaviourPanel::FOURTH, fourthRadio, cern::laser::guiplatform::windows::behaviour::ConfigureBehaviourPanel::SECOND, secondRadio, cern::laser::guiplatform::windows::behaviour::ConfigureBehaviourPanel::THIRD, and thirdRadio.
Referenced by ChooseKlaxonVolumePanel().
| void cern::laser::guiplatform::windows::behaviour::ConfigureBehaviourPanel::ChooseKlaxonVolumePanel::setDefaultChecked | ( | ) | [inline] |
References defaultChecked, and setSelected().
Referenced by cern::laser::guiplatform::windows::behaviour::ConfigureBehaviourPanel::reset().
| void cern::laser::guiplatform::windows::behaviour::ConfigureBehaviourPanel::ChooseKlaxonVolumePanel::setSelected | ( | String | whichOne | ) | [inline] |
This method set checked left of right radio button.
| whichOne | - FIRST for first radio button, SECOND for second, etc |
References cern::laser::guiplatform::windows::behaviour::ConfigureBehaviourPanel::FIRST, firstRadio, cern::laser::guiplatform::windows::behaviour::ConfigureBehaviourPanel::FOURTH, fourthRadio, cern::laser::guiplatform::windows::behaviour::ConfigureBehaviourPanel::SECOND, secondRadio, cern::laser::guiplatform::windows::behaviour::ConfigureBehaviourPanel::THIRD, and thirdRadio.
Referenced by actionPerformed(), setDefaultChecked(), and cern::laser::guiplatform::windows::behaviour::ConfigureBehaviourPanel::updateBehaviour().
ActionListener cern::laser::guiplatform::windows::behaviour::ConfigureBehaviourPanel::ChooseKlaxonVolumePanel::confChangeListener = null [private] |
listener which is able to change Save button on ConfigurationPanel
Referenced by actionPerformed(), and addConfigurationChangeListener().
String cern::laser::guiplatform::windows::behaviour::ConfigureBehaviourPanel::ChooseKlaxonVolumePanel::defaultChecked = null [private] |
default selected
Referenced by setDefaultChecked().
JRadioButton cern::laser::guiplatform::windows::behaviour::ConfigureBehaviourPanel::ChooseKlaxonVolumePanel::firstRadio = null [private] |
left rafio button
Referenced by actionPerformed(), getChoosenButton(), initComponents(), and setSelected().
JRadioButton cern::laser::guiplatform::windows::behaviour::ConfigureBehaviourPanel::ChooseKlaxonVolumePanel::fourthRadio = null [private] |
rght rafio button
Referenced by actionPerformed(), initComponents(), and setSelected().
JRadioButton cern::laser::guiplatform::windows::behaviour::ConfigureBehaviourPanel::ChooseKlaxonVolumePanel::secondRadio = null [private] |
rght rafio button
Referenced by actionPerformed(), getChoosenButton(), initComponents(), and setSelected().
JRadioButton cern::laser::guiplatform::windows::behaviour::ConfigureBehaviourPanel::ChooseKlaxonVolumePanel::thirdRadio = null [private] |
rght rafio button
Referenced by actionPerformed(), getChoosenButton(), initComponents(), and setSelected().
1.6.2