

Public Member Functions | |
| SourceTable () | |
| void | faultStateReceived (FaultState faultState) |
| void | clear () |
| void | compactTable (boolean compact) |
| void | sourceXMLMsgReceived (String asiMessage) |
Private Attributes | |
| SourceTableModel | model = new SourceTableModel() |
The table showing alarms from the source channel.
The table receives the alarms from the NC.
| alma::acs::alarm::source::gui::SourceTable::SourceTable | ( | ) | [inline] |
References model.
| void alma::acs::alarm::source::gui::SourceTable::clear | ( | ) | [inline] |
Remove all the fault states from the table
References alma::acs::alarm::source::gui::SourceTableModel::clear(), and model.
Referenced by alma::acs::alarm::source::gui::SourcePanel::actionPerformed().
| void alma::acs::alarm::source::gui::SourceTable::compactTable | ( | boolean | compact | ) | [inline] |
Toggle between the compact/normal view of the table
| compact |
References model, and alma::acs::alarm::source::gui::SourceTableModel::showCompact().
Referenced by alma::acs::alarm::source::gui::SourcePanel::actionPerformed().
| void alma::acs::alarm::source::gui::SourceTable::faultStateReceived | ( | FaultState | faultState | ) | [inline] |
The listener for alarms sent by sources.
Implements alma::alarmsystem::clients::source::SourceListener.
References alma::acs::alarm::source::gui::SourceTableModel::addFS(), and model.
| void alma::acs::alarm::source::gui::SourceTable::sourceXMLMsgReceived | ( | String | asiMessage | ) | [inline] |
An XML has been received from the source NC.
The XML follows the ASIMessage.xsd schema definition and therefore it might have one or more fault states.
| asiMessage | The ASIMessage received from an alarm source |
Implements alma::alarmsystem::clients::source::SourceListener.
SourceTableModel alma::acs::alarm::source::gui::SourceTable::model = new SourceTableModel() [private] |
Referenced by clear(), compactTable(), faultStateReceived(), and SourceTable().
1.6.2