Public Member Functions | |
| void | setEnabled (boolean v) |
| void | refreshContents () |
| void | setReadOnly (boolean v) |
| void | fillWidgets () |
Interface to be implemented by all Views used by ACG.
| void cl.utfsm.acs.acg.gui.IMyViewPart.fillWidgets | ( | ) |
| void cl.utfsm.acs.acg.gui.IMyViewPart.refreshContents | ( | ) |
Refreshes the contents of the views. This method is intended to be used by external classes when reloading the CDB.
Implemented in cl.utfsm.acs.acg.gui.AlarmsView, cl.utfsm.acs.acg.gui.AlarmSystemView, cl.utfsm.acs.acg.gui.CategoriesView, cl.utfsm.acs.acg.gui.ReductionsView, and cl.utfsm.acs.acg.gui.SourcesView.
| void cl.utfsm.acs.acg.gui.IMyViewPart.setEnabled | ( | boolean | v | ) |
Enables or disables the View for user interaction.
| v | If true, the view should be enabled. Else, it should be disabled |
Implemented in cl.utfsm.acs.acg.gui.AlarmsView, cl.utfsm.acs.acg.gui.AlarmSystemView, cl.utfsm.acs.acg.gui.CategoriesView, cl.utfsm.acs.acg.gui.ReductionsView, and cl.utfsm.acs.acg.gui.SourcesView.
| void cl.utfsm.acs.acg.gui.IMyViewPart.setReadOnly | ( | boolean | v | ) |
1.7.0