
Public Member Functions | |
| void | setEnabled (boolean v) |
| void | refreshContents () |
| 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.
Referenced by cl::utfsm::acs::acg::gui::CategoriesView::createViewWidgets(), cl::utfsm::acs::acg::gui::actions::SaveToCDBActionDelegate::run(), and cl::utfsm::acs::acg::gui::actions::LoadFromCDBActionDelegate::run().
| 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.
Referenced by cl::utfsm::acs::acg::gui::actions::SaveToCDBActionDelegate::run(), and cl::utfsm::acs::acg::gui::actions::LoadFromCDBActionDelegate::run().
1.6.2