

Classes | |
| class | AlarmPropertiesModel |
Public Member Functions | |
| AlarmDetailsPanel (AlarmBean alarm) | |
| void | updatePanel (AlarmBean _alarm) |
| Dimension | getPreferredSize () |
Private Member Functions | |
| void | initComponents () |
| void | helpButtonActionPerformed (java.awt.event.ActionEvent evt) |
| void | allFieldsButtonActionPerformed (java.awt.event.ActionEvent evt) |
| void | closeButtonActionPerformed (java.awt.event.ActionEvent evt) |
| void | dynamicFieldsScrollPaneComponentResized (java.awt.event.ComponentEvent evt) |
| void | setAutoResizeMode (JTable table, JScrollPane scrollPane) |
| void | postInitComponents () |
| void | setAllTableModels () |
| void | initColumnSizes (JTable table, AlarmPropertiesModel model) |
Private Attributes | |
| javax.swing.JButton | allFieldsButton |
| javax.swing.JPanel | buttonPanel |
| javax.swing.JScrollPane | categoryFieldsScrollPane |
| javax.swing.JTable | categoryFieldsTable |
| javax.swing.JButton | closeButton |
| javax.swing.JScrollPane | dynamicFieldsScrollPane |
| javax.swing.JTable | dynamicFieldsTable |
| javax.swing.JPanel | headerPanel |
| javax.swing.JScrollPane | headerScrollPane |
| javax.swing.JButton | helpButton |
| javax.swing.JLabel | identifierLabel |
| javax.swing.JLabel | identifierValLabel |
| javax.swing.JPanel | middlePanel |
| javax.swing.JLabel | probDescLabel |
| javax.swing.JLabel | probDescValLabel |
| javax.swing.JScrollPane | staticFieldsScrollPane |
| javax.swing.JTable | staticFieldsTable |
| javax.swing.JLabel | systemNameLabel |
| javax.swing.JLabel | systemNameValLabel |
| AlarmBean | alarm = null |
| boolean | allFields = true |
Static Private Attributes | |
| static final Dimension | defaultDimension |
| static final Logger | logger |
| static final long | serialVersionUID = 1L |
An openable window available to the IDE's window manager.
| cern::laser::guiplatform::windows::alarms::AlarmDetailsPanel::AlarmDetailsPanel | ( | AlarmBean | alarm | ) | [inline] |
| void cern::laser::guiplatform::windows::alarms::AlarmDetailsPanel::allFieldsButtonActionPerformed | ( | java.awt.event.ActionEvent | evt | ) | [inline, private] |
Referenced by initComponents().
| void cern::laser::guiplatform::windows::alarms::AlarmDetailsPanel::closeButtonActionPerformed | ( | java.awt.event.ActionEvent | evt | ) | [inline, private] |
Referenced by initComponents().
| void cern::laser::guiplatform::windows::alarms::AlarmDetailsPanel::dynamicFieldsScrollPaneComponentResized | ( | java.awt.event.ComponentEvent | evt | ) | [inline, private] |
this method add scroll panes to tables if needed
Referenced by initComponents().
| Dimension cern::laser::guiplatform::windows::alarms::AlarmDetailsPanel::getPreferredSize | ( | ) | [inline] |
| void cern::laser::guiplatform::windows::alarms::AlarmDetailsPanel::helpButtonActionPerformed | ( | java.awt.event.ActionEvent | evt | ) | [inline, private] |
Referenced by initComponents().
| void cern::laser::guiplatform::windows::alarms::AlarmDetailsPanel::initColumnSizes | ( | JTable | table, | |
| AlarmPropertiesModel | model | |||
| ) | [inline, private] |
| void cern::laser::guiplatform::windows::alarms::AlarmDetailsPanel::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 allFieldsButton, allFieldsButtonActionPerformed(), buttonPanel, categoryFieldsScrollPane, categoryFieldsTable, closeButton, closeButtonActionPerformed(), dynamicFieldsScrollPane, dynamicFieldsScrollPaneComponentResized(), dynamicFieldsTable, headerPanel, headerScrollPane, helpButton, helpButtonActionPerformed(), identifierLabel, identifierValLabel, middlePanel, probDescLabel, probDescValLabel, staticFieldsScrollPane, staticFieldsTable, systemNameLabel, and systemNameValLabel.
Referenced by AlarmDetailsPanel().
| void cern::laser::guiplatform::windows::alarms::AlarmDetailsPanel::postInitComponents | ( | ) | [inline, private] |
post init components
Referenced by AlarmDetailsPanel().
| void cern::laser::guiplatform::windows::alarms::AlarmDetailsPanel::setAllTableModels | ( | ) | [inline, private] |
| void cern::laser::guiplatform::windows::alarms::AlarmDetailsPanel::setAutoResizeMode | ( | JTable | table, | |
| JScrollPane | scrollPane | |||
| ) | [inline, private] |
This method sets appropriate autorezise mode for table and scrollPane
| table | scrollPane |
| void cern::laser::guiplatform::windows::alarms::AlarmDetailsPanel::updatePanel | ( | AlarmBean | _alarm | ) | [inline] |
This method updates panel using new alarm
| alarm |
boolean cern::laser::guiplatform::windows::alarms::AlarmDetailsPanel::allFields = true [private] |
all fields
javax.swing.JButton cern::laser::guiplatform::windows::alarms::AlarmDetailsPanel::allFieldsButton [private] |
Referenced by initComponents().
javax.swing.JPanel cern::laser::guiplatform::windows::alarms::AlarmDetailsPanel::buttonPanel [private] |
Referenced by initComponents().
javax.swing.JScrollPane cern::laser::guiplatform::windows::alarms::AlarmDetailsPanel::categoryFieldsScrollPane [private] |
Referenced by initComponents().
javax.swing.JTable cern::laser::guiplatform::windows::alarms::AlarmDetailsPanel::categoryFieldsTable [private] |
Referenced by initComponents().
javax.swing.JButton cern::laser::guiplatform::windows::alarms::AlarmDetailsPanel::closeButton [private] |
Referenced by initComponents().
final Dimension cern::laser::guiplatform::windows::alarms::AlarmDetailsPanel::defaultDimension [static, private] |
new Dimension(
WindowManager.getDefault().getCurrentWorkspace().getBounds().width / 3,
WindowManager.getDefault().getCurrentWorkspace().getBounds().height)
default dimension
javax.swing.JScrollPane cern::laser::guiplatform::windows::alarms::AlarmDetailsPanel::dynamicFieldsScrollPane [private] |
Referenced by initComponents().
javax.swing.JTable cern::laser::guiplatform::windows::alarms::AlarmDetailsPanel::dynamicFieldsTable [private] |
Referenced by initComponents().
javax.swing.JPanel cern::laser::guiplatform::windows::alarms::AlarmDetailsPanel::headerPanel [private] |
Referenced by initComponents().
javax.swing.JScrollPane cern::laser::guiplatform::windows::alarms::AlarmDetailsPanel::headerScrollPane [private] |
Referenced by initComponents().
javax.swing.JButton cern::laser::guiplatform::windows::alarms::AlarmDetailsPanel::helpButton [private] |
Referenced by initComponents().
javax.swing.JLabel cern::laser::guiplatform::windows::alarms::AlarmDetailsPanel::identifierLabel [private] |
Referenced by initComponents().
javax.swing.JLabel cern::laser::guiplatform::windows::alarms::AlarmDetailsPanel::identifierValLabel [private] |
Referenced by initComponents().
final Logger cern::laser::guiplatform::windows::alarms::AlarmDetailsPanel::logger [static, private] |
LogFactory.getLogger(AlarmDetailsPanel.class.getName())
logger
javax.swing.JPanel cern::laser::guiplatform::windows::alarms::AlarmDetailsPanel::middlePanel [private] |
Referenced by initComponents().
javax.swing.JLabel cern::laser::guiplatform::windows::alarms::AlarmDetailsPanel::probDescLabel [private] |
Referenced by initComponents().
javax.swing.JLabel cern::laser::guiplatform::windows::alarms::AlarmDetailsPanel::probDescValLabel [private] |
Referenced by initComponents().
final long cern::laser::guiplatform::windows::alarms::AlarmDetailsPanel::serialVersionUID = 1L [static, private] |
generated Serialized Version UID
Reimplemented from org::openide::windows::TopComponent.
javax.swing.JScrollPane cern::laser::guiplatform::windows::alarms::AlarmDetailsPanel::staticFieldsScrollPane [private] |
Referenced by initComponents().
javax.swing.JTable cern::laser::guiplatform::windows::alarms::AlarmDetailsPanel::staticFieldsTable [private] |
Referenced by initComponents().
javax.swing.JLabel cern::laser::guiplatform::windows::alarms::AlarmDetailsPanel::systemNameLabel [private] |
Referenced by initComponents().
javax.swing.JLabel cern::laser::guiplatform::windows::alarms::AlarmDetailsPanel::systemNameValLabel [private] |
Referenced by initComponents().
1.6.2