

Public Member Functions | |
| ChooseHighlightOrKlaxonPanel () | |
| int | getHighlightedOrKlaxon () |
Private Member Functions | |
| void | initComponents () |
| void | highKlaxonRadioButtonActionPerformed (java.awt.event.ActionEvent evt) |
| void | klaxonRadioButtonActionPerformed (java.awt.event.ActionEvent evt) |
| void | highlightRadioButtonActionPerformed (java.awt.event.ActionEvent evt) |
Private Attributes | |
| javax.swing.JPanel | buttonPanel |
| javax.swing.JLabel | highKlaxonLabel |
| javax.swing.JRadioButton | highKlaxonRadioButton |
| javax.swing.JPanel | highlightAndKlaxonPanel |
| javax.swing.JLabel | highlightLabel |
| javax.swing.JPanel | highlightPanel |
| javax.swing.JRadioButton | highlightRadioButton |
| javax.swing.JLabel | klaxonLabel |
| javax.swing.JPanel | klaxonPanel |
| javax.swing.JRadioButton | klaxonRadioButton |
| javax.swing.JLabel | titleLabel |
| javax.swing.JPanel | titlePanel |
| cern::laser::guiplatform::windows::alarms::ChooseHighlightOrKlaxonPanel::ChooseHighlightOrKlaxonPanel | ( | ) | [inline] |
Creates new form ChooseHighlightOrKlaxonPanel
References initComponents().
| int cern::laser::guiplatform::windows::alarms::ChooseHighlightOrKlaxonPanel::getHighlightedOrKlaxon | ( | ) | [inline] |
return int (AlarmConstants.HIGHLIGHTED_AND_KLAXON, etc, This indicates whether alarm should be only highlighted or should have klason or both
References highKlaxonRadioButton, and klaxonRadioButton.
Referenced by cern::laser::guiplatform::actions::alarms::HighlightedAndKlaxonAction::performAction().
| void cern::laser::guiplatform::windows::alarms::ChooseHighlightOrKlaxonPanel::highKlaxonRadioButtonActionPerformed | ( | java.awt.event.ActionEvent | evt | ) | [inline, private] |
References highlightRadioButton, and klaxonRadioButton.
Referenced by initComponents().
| void cern::laser::guiplatform::windows::alarms::ChooseHighlightOrKlaxonPanel::highlightRadioButtonActionPerformed | ( | java.awt.event.ActionEvent | evt | ) | [inline, private] |
References highKlaxonRadioButton, and klaxonRadioButton.
Referenced by initComponents().
| void cern::laser::guiplatform::windows::alarms::ChooseHighlightOrKlaxonPanel::initComponents | ( | ) | [inline, private] |
This method is called from within the constructor to initialize the form. WARNING: Do NOT modify this code. The content of this method is always regenerated by the Form Editor.
References buttonPanel, highKlaxonLabel, highKlaxonRadioButton, highKlaxonRadioButtonActionPerformed(), highlightAndKlaxonPanel, highlightLabel, highlightPanel, highlightRadioButton, highlightRadioButtonActionPerformed(), klaxonLabel, klaxonPanel, klaxonRadioButton, klaxonRadioButtonActionPerformed(), titleLabel, and titlePanel.
Referenced by ChooseHighlightOrKlaxonPanel().
| void cern::laser::guiplatform::windows::alarms::ChooseHighlightOrKlaxonPanel::klaxonRadioButtonActionPerformed | ( | java.awt.event.ActionEvent | evt | ) | [inline, private] |
References highKlaxonRadioButton, and highlightRadioButton.
Referenced by initComponents().
javax.swing.JPanel cern::laser::guiplatform::windows::alarms::ChooseHighlightOrKlaxonPanel::buttonPanel [private] |
Referenced by initComponents().
javax.swing.JLabel cern::laser::guiplatform::windows::alarms::ChooseHighlightOrKlaxonPanel::highKlaxonLabel [private] |
Referenced by initComponents().
javax.swing.JRadioButton cern::laser::guiplatform::windows::alarms::ChooseHighlightOrKlaxonPanel::highKlaxonRadioButton [private] |
javax.swing.JPanel cern::laser::guiplatform::windows::alarms::ChooseHighlightOrKlaxonPanel::highlightAndKlaxonPanel [private] |
Referenced by initComponents().
javax.swing.JLabel cern::laser::guiplatform::windows::alarms::ChooseHighlightOrKlaxonPanel::highlightLabel [private] |
Referenced by initComponents().
javax.swing.JPanel cern::laser::guiplatform::windows::alarms::ChooseHighlightOrKlaxonPanel::highlightPanel [private] |
Referenced by initComponents().
javax.swing.JRadioButton cern::laser::guiplatform::windows::alarms::ChooseHighlightOrKlaxonPanel::highlightRadioButton [private] |
Referenced by highKlaxonRadioButtonActionPerformed(), initComponents(), and klaxonRadioButtonActionPerformed().
javax.swing.JLabel cern::laser::guiplatform::windows::alarms::ChooseHighlightOrKlaxonPanel::klaxonLabel [private] |
Referenced by initComponents().
javax.swing.JPanel cern::laser::guiplatform::windows::alarms::ChooseHighlightOrKlaxonPanel::klaxonPanel [private] |
Referenced by initComponents().
javax.swing.JRadioButton cern::laser::guiplatform::windows::alarms::ChooseHighlightOrKlaxonPanel::klaxonRadioButton [private] |
javax.swing.JLabel cern::laser::guiplatform::windows::alarms::ChooseHighlightOrKlaxonPanel::titleLabel [private] |
Referenced by initComponents().
javax.swing.JPanel cern::laser::guiplatform::windows::alarms::ChooseHighlightOrKlaxonPanel::titlePanel [private] |
Referenced by initComponents().
1.6.2