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 | |
final Dimension | defaultDimension |
final Logger | logger |
final long | serialVersionUID = 1L |
|
|
|
|
|
|
|
this method add scroll panes to tables if needed |
|
|
|
|
|
|
|
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. |
|
post init components |
|
|
|
This method sets appropriate autorezise mode for table and scrollPane
|
|
This method updates panel using new alarm
|
|
|
|
all fields |
|
|
|
|
|
|
|
|
|
|
|
Initial value: default dimension |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Initial value: logger |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|