Public Member Functions | |
AlarmInfoExplorer (List alarms, String labelText, String[] columnsToDisplay) | |
void | update (List newAlarms, String newLabelText) |
String | getName () |
Dimension | getPreferredSize () |
Private Member Functions | |
void | initComponents () |
Private Attributes | |
javax.swing.JLabel | alarmNoLabel |
javax.swing.JLabel | alarmNoValLabel |
javax.swing.JPanel | infoPanel |
javax.swing.JLabel | titleLabel |
NodeManager | nManager = null |
Dimension | defaultDimension |
Static Private Attributes | |
final Logger | logger |
final String | componentName |
final long | serialVersionUID = 1L |
This explorer should be used to display list like Node Children Alarms, MultiplicityChildren Alarms, Alarm which belongs to given category, etc
|
|
|
|
|
|
|
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. |
|
|
|
|
|
|
|
Initial value:
|
|
Initial value: default dimension, used by InhibitList, etc |
|
|
|
Initial value: logger |
|
node manager |
|
|
|
|