cz.zcu.fav.kiv.editor.beans.sections
Class Group
java.lang.Object
cz.zcu.fav.kiv.editor.beans.common.ParentSection
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
Constructor Summary |
Group(java.lang.String title)
Initializes a newly created Group with the specified name. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.
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)