Public Member Functions | |
StatusLine (AlarmTableModel model, AlarmPanel panel) | |
void | start () |
void | stop () |
void | pause () |
void | resume () |
void | actionPerformed (ActionEvent e) |
Override void | connected () |
Override void | connecting () |
Override void | disconnected () |
Override void | heartbeatLost () |
Private Member Functions | |
void | initialize () |
Private Attributes | |
CounterWidget[] | counters = new CounterWidget[AlarmGUIType.values().length] |
final AlarmTableModel | tableModel |
final AlarmPanel | alarmPanel |
Timer | timer = null |
ConnectionWidget | connectionWidget |
Static Private Attributes | |
final int | TIMER_INTERVAL = 2000 |
|
Constructor |
|
|
|
Set the icon and tooltip for the connected state
Implements alma::acsplugins::alarmsystem::gui::ConnectionListener.
|
|
Set the icon and tooltip for the connecting state
Implements alma::acsplugins::alarmsystem::gui::ConnectionListener.
|
|
Set the icon and tooltip for the disconnected state
Implements alma::acsplugins::alarmsystem::gui::ConnectionListener.
|
|
The heartbeat from the alarm system component has been lost
Implements alma::acsplugins::alarmsystem::gui::ConnectionListener.
|
|
Init the status line |
|
Pause the thread to update values |
|
Resume the thread to update values |
|
Start the thread to update values |
|
Start the thread to update values |
|
|
|
|
|
|
|
|
|
|
|
|