Public Member Functions | |
AlarmStatisticInfoPanel (String configurationName, Behaviour behaviour, boolean isReductionMaskSet) | |
void | updatePanel (String configurationName, Behaviour behaviour, boolean isReductionMaskeSet) |
void | moveAlarmNumber (final int fromCounterType, final int toCounterType) |
void | update (final int counterType, final long alarmNo) |
void | increaseCounter (final int counterType) |
void | decreaseCounter (final int counterType) |
void | onException (java.lang.String exceptionCode) |
Private Member Functions | |
void | initComponents () |
void | postInitComponents (String configurationName, Behaviour behaviour, boolean isReductionMaskeSet) |
Private Attributes | |
javax.swing.JLabel | activeAlarmLabel |
javax.swing.JLabel | activeCounterLabel |
javax.swing.JPanel | alarmStatPanel |
javax.swing.JLabel | autoTerminateLabel |
javax.swing.JLabel | autoTerminteValueLabel |
javax.swing.JLabel | confNameValueLabel |
javax.swing.JLabel | configurationNameLabel |
javax.swing.JPanel | consoleInfoPanel |
javax.swing.JLabel | distingiushAlarmValueLabel |
javax.swing.JLabel | distinguishNewAlarmLabel |
javax.swing.JPanel | iconPanel |
javax.swing.JLabel | inhibitedAlarmLabel |
javax.swing.JLabel | inhibitedCounterLabel |
javax.swing.JPanel | labelsPanel |
javax.swing.JLabel | maskedAlarmLabel |
javax.swing.JLabel | maskedCounterLabel |
javax.swing.JLabel | networkIconLabel |
javax.swing.JLabel | reducedMaskeValueLabel |
javax.swing.JLabel | reducedMaskedLabel |
long[] | alarmNumbers = null |
javax.swing.JLabel[] | labels = null |
Static Private Attributes | |
final String | CONNECTION_OK = "Connection OK" |
final String | CONNECTION_NOT_OK = "Connection unavailable" |
final String | CONNECTION_NOT_OK_HB = "No heartbeat" |
Logger | logger |
|
Creates new form AlarmStatisticInfoPanel
|
|
This method substracts 1 from counterType
|
|
This method add 1 to counterType
|
|
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. |
|
This method subtracts 1 from fromCounterType and adds 1 to toCounterType
|
|
|
|
|
|
This mehtod is used to update listener (i. e. when user wants to add this listener to AlarmContainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Initial value: logger |
|
|
|
|
|
|
|
|
|
|