Public Member Functions | Static Public Attributes

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

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

List of all members.

Public Member Functions

void createPartControl (Composite parent)
void refreshContents ()
void updateSource ()
void setFocus ()
void setEnabled (boolean v)
void fillWidgets ()
void setReadOnly (boolean v)

Static Public Attributes

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

Member Function Documentation

void cl.utfsm.acs.acg.gui.SourcesView.createPartControl ( Composite  parent  ) 
void cl.utfsm.acs.acg.gui.SourcesView.fillWidgets (  ) 
void cl.utfsm.acs.acg.gui.SourcesView.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.SourceManager.getAllSources(), and cl.utfsm.acs.acg.core.SourceManager.getInstance().

Referenced by cl.utfsm.acs.acg.gui.SourcesView.createPartControl(), and cl.utfsm.acs.acg.gui.SourcesView.updateSource().

void cl.utfsm.acs.acg.gui.SourcesView.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.SourcesView.setFocus (  ) 
void cl.utfsm.acs.acg.gui.SourcesView.setReadOnly ( boolean  v  ) 

Member Data Documentation

String cl.utfsm.acs.acg.gui.SourcesView.ID = "cl.utfsm.acs.acg.gui.sourcesview" [static]

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