cz.zcu.fav.kiv.editor.beans.sections
Class Group

java.lang.Object
  extended by cz.zcu.fav.kiv.editor.beans.common.ParentSection
      extended by cz.zcu.fav.kiv.editor.beans.sections.Group

public class Group
extends ParentSection

The Group class represents a group of parameters and properties.

Version:
1.0, 05/2007
Author:
Marta Vaclavikova

Field Summary
 
Fields inherited from class cz.zcu.fav.kiv.editor.beans.common.ParentSection
title
 
Constructor Summary
Group(java.lang.String title)
          Initializes a newly created Group with the specified name.
 
Method Summary
 void clearValues()
          Clear values (sets default values) of all parameters and properties.
 java.util.List<ParentParameter> getElementList()
           
 Figure getFigure()
           
 void setElementList(java.util.List<ParentParameter> parameterList)
           
 void setFigure(Figure figure)
           
 
Methods inherited from class cz.zcu.fav.kiv.editor.beans.common.ParentSection
getTitle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Group

public Group(java.lang.String title)
Initializes a newly created Group with the specified name. The title argument is the title of the group.

Parameters:
title - a title of the group.
Method Detail

clearValues

public void clearValues()
Clear values (sets default values) of all parameters and properties.


getElementList

public java.util.List<ParentParameter> getElementList()

setElementList

public void setElementList(java.util.List<ParentParameter> parameterList)

getFigure

public Figure getFigure()

setFigure

public void setFigure(Figure figure)