Public Member Functions | Static Public Attributes

cl.utfsm.acs.acg.gui.CategoriesView Class Reference

Inheritance diagram for cl.utfsm.acs.acg.gui.CategoriesView:
cl.utfsm.acs.acg.gui.IMyViewPart

List of all members.

Public Member Functions

void createPartControl (Composite parent)
void refreshContents ()
void updateName ()
java.util.List< String > sortFullFaultFamilyList ()
void sortCategoryFaultFamilyList (String string)
void sortCategoryList ()
void setFocus ()
void setEnabled (boolean v)
void fillWidgets ()
void setReadOnly (boolean v)

Static Public Attributes

static String ID = "cl.utfsm.acs.acg.gui.categoriesview"

Detailed Description

This class presents to the user all the information regarding to the Categories of the Alarm System configuration. It makes uses of the CategoryManager object to retrieve and set all the information from and to the CDB.

Author:
rtobar

Member Function Documentation

void cl.utfsm.acs.acg.gui.CategoriesView.createPartControl ( Composite  parent  ) 
void cl.utfsm.acs.acg.gui.CategoriesView.fillWidgets (  ) 
void cl.utfsm.acs.acg.gui.CategoriesView.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.AlarmManager.getInstance(), cl.utfsm.acs.acg.core.CategoryManager.getInstance(), and cl.utfsm.acs.acg.gui.CategoriesView.sortCategoryList().

Referenced by cl.utfsm.acs.acg.gui.CategoriesView.createPartControl().

void cl.utfsm.acs.acg.gui.CategoriesView.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

Implements cl.utfsm.acs.acg.gui.IMyViewPart.

void cl.utfsm.acs.acg.gui.CategoriesView.setFocus (  ) 
void cl.utfsm.acs.acg.gui.CategoriesView.setReadOnly ( boolean  v  ) 
void cl.utfsm.acs.acg.gui.CategoriesView.sortCategoryFaultFamilyList ( String  string  ) 
java.util.List<String> cl.utfsm.acs.acg.gui.CategoriesView.sortFullFaultFamilyList (  ) 

Member Data Documentation

String cl.utfsm.acs.acg.gui.CategoriesView.ID = "cl.utfsm.acs.acg.gui.categoriesview" [static]

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