Inherits javax::swing::JTabbedPane.
Public Member Functions | |
| CernAlSysTabbedPane (AlarmPanel owner, AlSysNotAvailPanel notAvaiPnl) | |
| void | showMessage (String mesg, boolean red) |
| void | showAlarmDetails (Alarm alarm) |
| boolean | isConnecting () |
| void | setServices (ORB orb, AcsLogger logger) |
| void | start () throws Exception |
| void | stop () throws Exception |
| void | undocTabVisible (final boolean show) |
The tabbed pane fo rthe CERN alarm system.
It contains one tab for the alarms and another one with undocumnted alarms
| alma.acsplugins.alarmsystem.gui.CernAlSysTabbedPane.CernAlSysTabbedPane | ( | AlarmPanel | owner, | |
| AlSysNotAvailPanel | notAvaiPnl | |||
| ) |
Constructor
| owner | The panel showing this container | |
| notAvaiPnl | The panel when the AS is not available |
| boolean alma.acsplugins.alarmsystem.gui.CernAlSysTabbedPane.isConnecting | ( | ) |
References alma.acsplugins.alarmsystem.gui.CernSysPanel.isConnecting().
Referenced by alma.acsplugins.alarmsystem.gui.AlarmPanel.isConnecting().
| void alma.acsplugins.alarmsystem.gui.CernAlSysTabbedPane.setServices | ( | ORB | orb, | |
| AcsLogger | logger | |||
| ) |
References alma.acsplugins.alarmsystem.gui.CernSysPanel.setServices().
Referenced by alma.acsplugins.alarmsystem.gui.AlarmPanel.start().
| void alma.acsplugins.alarmsystem.gui.CernAlSysTabbedPane.showAlarmDetails | ( | Alarm | alarm | ) |
References alma.acsplugins.alarmsystem.gui.CernSysPanel.showAlarmDetails().
Referenced by alma.acsplugins.alarmsystem.gui.AlarmPanel.showAlarmDetails().
| void alma.acsplugins.alarmsystem.gui.CernAlSysTabbedPane.showMessage | ( | String | mesg, | |
| boolean | red | |||
| ) |
References alma.acsplugins.alarmsystem.gui.CernSysPanel.showMessage().
Referenced by alma.acsplugins.alarmsystem.gui.AlarmPanel.showMessage().
| void alma.acsplugins.alarmsystem.gui.CernAlSysTabbedPane.start | ( | ) | throws Exception |
References alma.acsplugins.alarmsystem.gui.CernSysPanel.start().
Referenced by alma.acsplugins.alarmsystem.gui.AlarmPanel.start().
| void alma.acsplugins.alarmsystem.gui.CernAlSysTabbedPane.stop | ( | ) | throws Exception |
References alma.acsplugins.alarmsystem.gui.CernSysPanel.stop().
Referenced by alma.acsplugins.alarmsystem.gui.AlarmPanel.stop().
| void alma.acsplugins.alarmsystem.gui.CernAlSysTabbedPane.undocTabVisible | ( | final boolean | show | ) |
Show/hide the tab with the undocumented alarms
| show | if true show the tab; otherwise hide the tab |
1.7.0