

Public Member Functions | |
| AlarmTimestampsPanel () | |
| AlarmTimestampsPanel (List timestamps, String fsName) | |
| void | updatePanel (List timeststamps, String fsName) |
| Dimension | getPreferredSize () |
Private Member Functions | |
| void | postInitComponents () |
| void | initComponents () |
| void | closeButtonActionPerformed (java.awt.event.ActionEvent evt) |
Private Attributes | |
| javax.swing.JLabel | blTimeLabel |
| javax.swing.JLabel | blTimeValueLabel |
| javax.swing.JPanel | buttonPanel |
| javax.swing.JButton | closeButton |
| javax.swing.JLabel | consoleTimeLabel |
| javax.swing.JLabel | consoleTimeValueLabel |
| javax.swing.JLabel | fsNameLabel |
| javax.swing.JPanel | headerPanel |
| javax.swing.JPanel | middlePanel |
| javax.swing.JLabel | sourceTimeLabel |
| javax.swing.JLabel | sourceTimeValueLabel |
| javax.swing.JLabel | titleLabel |
| javax.swing.JLabel | userTimeLabel |
| javax.swing.JLabel | userTimeValueLabel |
| final int | TIMESTAMPS_NO = 4 |
| javax.swing.JLabel[][] | labels = new javax.swing.JLabel[TIMESTAMPS_NO][2] |
Static Private Attributes | |
| static final Dimension | defaultDimension = new Dimension(417, 246) |
| static final long | serialVersionUID = 1L |
An openable window available to the IDE's window manager.
| cern::laser::guiplatform::windows::alarms::AlarmTimestampsPanel::AlarmTimestampsPanel | ( | ) | [inline] |
References org::openide::windows::TopComponent::CLOSE_LAST, initComponents(), org::openide::windows::TopComponent::setCloseOperation(), and org::openide::windows::TopComponent::setName().
| cern::laser::guiplatform::windows::alarms::AlarmTimestampsPanel::AlarmTimestampsPanel | ( | List | timestamps, | |
| String | fsName | |||
| ) | [inline] |
| timestamps | List with LabelValueBeanobjects | |
| fsName | fault state name |
References org::openide::windows::TopComponent::CLOSE_LAST, initComponents(), postInitComponents(), org::openide::windows::TopComponent::setCloseOperation(), org::openide::windows::TopComponent::setName(), and updatePanel().
| void cern::laser::guiplatform::windows::alarms::AlarmTimestampsPanel::closeButtonActionPerformed | ( | java.awt.event.ActionEvent | evt | ) | [inline, private] |
References org::openide::windows::TopComponent::close().
Referenced by initComponents().
| Dimension cern::laser::guiplatform::windows::alarms::AlarmTimestampsPanel::getPreferredSize | ( | ) | [inline] |
References defaultDimension.
| void cern::laser::guiplatform::windows::alarms::AlarmTimestampsPanel::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 FormEditor.
References blTimeLabel, blTimeValueLabel, buttonPanel, closeButton, closeButtonActionPerformed(), consoleTimeLabel, consoleTimeValueLabel, fsNameLabel, headerPanel, middlePanel, sourceTimeLabel, sourceTimeValueLabel, titleLabel, userTimeLabel, and userTimeValueLabel.
Referenced by AlarmTimestampsPanel().
| void cern::laser::guiplatform::windows::alarms::AlarmTimestampsPanel::postInitComponents | ( | ) | [inline, private] |
References blTimeLabel, blTimeValueLabel, consoleTimeLabel, consoleTimeValueLabel, labels, sourceTimeLabel, sourceTimeValueLabel, userTimeLabel, and userTimeValueLabel.
Referenced by AlarmTimestampsPanel().
| void cern::laser::guiplatform::windows::alarms::AlarmTimestampsPanel::updatePanel | ( | List | timeststamps, | |
| String | fsName | |||
| ) | [inline] |
| timestamps | List with LabelValueBeanobjects | |
| fsName | fault state name |
References fsNameLabel, cern::laser::guiplatform::util::LabelValueBean::getLabel(), cern::laser::guiplatform::util::LabelValueBean::getValue(), labels, and TIMESTAMPS_NO.
Referenced by AlarmTimestampsPanel().
javax.swing.JLabel cern::laser::guiplatform::windows::alarms::AlarmTimestampsPanel::blTimeLabel [private] |
Referenced by initComponents(), and postInitComponents().
javax.swing.JLabel cern::laser::guiplatform::windows::alarms::AlarmTimestampsPanel::blTimeValueLabel [private] |
Referenced by initComponents(), and postInitComponents().
javax.swing.JPanel cern::laser::guiplatform::windows::alarms::AlarmTimestampsPanel::buttonPanel [private] |
Referenced by initComponents().
javax.swing.JButton cern::laser::guiplatform::windows::alarms::AlarmTimestampsPanel::closeButton [private] |
Referenced by initComponents().
javax.swing.JLabel cern::laser::guiplatform::windows::alarms::AlarmTimestampsPanel::consoleTimeLabel [private] |
Referenced by initComponents(), and postInitComponents().
javax.swing.JLabel cern::laser::guiplatform::windows::alarms::AlarmTimestampsPanel::consoleTimeValueLabel [private] |
Referenced by initComponents(), and postInitComponents().
final Dimension cern::laser::guiplatform::windows::alarms::AlarmTimestampsPanel::defaultDimension = new Dimension(417, 246) [static, private] |
default dimension
Referenced by getPreferredSize().
javax.swing.JLabel cern::laser::guiplatform::windows::alarms::AlarmTimestampsPanel::fsNameLabel [private] |
Referenced by initComponents(), and updatePanel().
javax.swing.JPanel cern::laser::guiplatform::windows::alarms::AlarmTimestampsPanel::headerPanel [private] |
Referenced by initComponents().
javax.swing.JLabel [][] cern::laser::guiplatform::windows::alarms::AlarmTimestampsPanel::labels = new javax.swing.JLabel[TIMESTAMPS_NO][2] [private] |
Referenced by postInitComponents(), and updatePanel().
javax.swing.JPanel cern::laser::guiplatform::windows::alarms::AlarmTimestampsPanel::middlePanel [private] |
Referenced by initComponents().
final long cern::laser::guiplatform::windows::alarms::AlarmTimestampsPanel::serialVersionUID = 1L [static, private] |
generated Serialized Version UID
Reimplemented from org::openide::windows::TopComponent.
javax.swing.JLabel cern::laser::guiplatform::windows::alarms::AlarmTimestampsPanel::sourceTimeLabel [private] |
Referenced by initComponents(), and postInitComponents().
javax.swing.JLabel cern::laser::guiplatform::windows::alarms::AlarmTimestampsPanel::sourceTimeValueLabel [private] |
Referenced by initComponents(), and postInitComponents().
final int cern::laser::guiplatform::windows::alarms::AlarmTimestampsPanel::TIMESTAMPS_NO = 4 [private] |
Referenced by updatePanel().
javax.swing.JLabel cern::laser::guiplatform::windows::alarms::AlarmTimestampsPanel::titleLabel [private] |
Referenced by initComponents().
javax.swing.JLabel cern::laser::guiplatform::windows::alarms::AlarmTimestampsPanel::userTimeLabel [private] |
Referenced by initComponents(), and postInitComponents().
javax.swing.JLabel cern::laser::guiplatform::windows::alarms::AlarmTimestampsPanel::userTimeValueLabel [private] |
Referenced by initComponents(), and postInitComponents().
1.6.2