|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcz.zcu.fav.kiv.editor.beans.common.ParentSection
cz.zcu.fav.kiv.editor.beans.sections.Section
public class Section
The Section
class represents a section of editor. It contains a list of
Subsection
s.
Field Summary |
---|
Fields inherited from class cz.zcu.fav.kiv.editor.beans.common.ParentSection |
---|
title |
Constructor Summary | |
---|---|
Section(java.lang.String title)
Initializes a newly created Section with the specified name. |
Method Summary | |
---|---|
void |
clearValues()
Clear values (sets default values) of all subsections. |
java.util.List<Subsection> |
getSubsectionList()
|
void |
setSubsectionList(java.util.List<Subsection> subsectionList)
|
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 |
---|
public Section(java.lang.String title)
Section
with the specified name. The
title
argument is the title of the section.
title
- a title of the section.Method Detail |
---|
public java.util.List<Subsection> getSubsectionList()
public void setSubsectionList(java.util.List<Subsection> subsectionList)
public void clearValues()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |