public class Section extends ParentSection
Section class represents a section of editor. It contains a list of
Subsections.title| Constructor and Description |
|---|
Section(java.lang.String title)
Initializes a newly created
Section with the specified name. |
| Modifier and Type | Method and Description |
|---|---|
void |
clearValues()
Clear values (sets default values) of all subsections.
|
java.util.List<Subsection> |
getSubsectionList() |
void |
setSubsectionList(java.util.List<Subsection> subsectionList) |
getTitlepublic 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.public java.util.List<Subsection> getSubsectionList()
public void setSubsectionList(java.util.List<Subsection> subsectionList)
public void clearValues()