Public Member Functions | |
| void | createPartControl (Composite parent) |
| void | setFocus () |
| void | setEnabled (boolean v) |
| void | refreshContents () |
| void | fillWidgets () |
| void | setReadOnly (boolean v) |
Static Public Attributes | |
| static String | ID = "cl.utfsm.acs.acg.gui.alarmsystemview" |
| void cl.utfsm.acs.acg.gui.AlarmSystemView.createPartControl | ( | Composite | parent | ) |
| void cl.utfsm.acs.acg.gui.AlarmSystemView.fillWidgets | ( | ) |
Implements cl.utfsm.acs.acg.gui.IMyViewPart.
| void cl.utfsm.acs.acg.gui.AlarmSystemView.refreshContents | ( | ) |
Refreshes the contents of the views. This method is intended to be used by external classes when reloading the CDB.
Implements cl.utfsm.acs.acg.gui.IMyViewPart.
References cl.utfsm.acs.acg.core.AlarmSystemManager.getConfigurationPrperty(), and cl.utfsm.acs.acg.core.AlarmSystemManager.getInstance().
Referenced by cl.utfsm.acs.acg.gui.AlarmSystemView.setEnabled().
| void cl.utfsm.acs.acg.gui.AlarmSystemView.setEnabled | ( | boolean | v | ) |
Enables or disables the View for user interaction.
| v | If true, the view should be enabled. Else, it should be disabled |
Implements cl.utfsm.acs.acg.gui.IMyViewPart.
References cl.utfsm.acs.acg.gui.AlarmSystemView.refreshContents().
| void cl.utfsm.acs.acg.gui.AlarmSystemView.setFocus | ( | ) |
| void cl.utfsm.acs.acg.gui.AlarmSystemView.setReadOnly | ( | boolean | v | ) |
Implements cl.utfsm.acs.acg.gui.IMyViewPart.
String cl.utfsm.acs.acg.gui.AlarmSystemView.ID = "cl.utfsm.acs.acg.gui.alarmsystemview" [static] |
1.7.0