Public Member Functions

cl.utfsm.acs.acg.gui.IMyViewPart Interface Reference

Inheritance diagram for cl.utfsm.acs.acg.gui.IMyViewPart:
cl.utfsm.acs.acg.gui.AlarmsView cl.utfsm.acs.acg.gui.AlarmSystemView cl.utfsm.acs.acg.gui.CategoriesView cl.utfsm.acs.acg.gui.ReductionsView cl.utfsm.acs.acg.gui.SourcesView

List of all members.

Public Member Functions

void setEnabled (boolean v)
void refreshContents ()
void setReadOnly (boolean v)
void fillWidgets ()

Detailed Description

Interface to be implemented by all Views used by ACG.

Author:
rtobar

Member Function Documentation

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.

Parameters:
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.


The documentation for this interface was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties