Uses of Class
cz.zcu.fav.kiv.editor.beans.sections.Subsection

Packages that use Subsection
cz.zcu.fav.kiv.editor.beans.sections   
cz.zcu.fav.kiv.editor.graphics.components.editor   
 

Uses of Subsection in cz.zcu.fav.kiv.editor.beans.sections
 

Methods in cz.zcu.fav.kiv.editor.beans.sections that return types with arguments of type Subsection
 java.util.List<Subsection> Section.getSubsectionList()
           
 

Method parameters in cz.zcu.fav.kiv.editor.beans.sections with type arguments of type Subsection
 void Section.setSubsectionList(java.util.List<Subsection> subsectionList)
           
 

Uses of Subsection in cz.zcu.fav.kiv.editor.graphics.components.editor
 

Constructors in cz.zcu.fav.kiv.editor.graphics.components.editor with parameters of type Subsection
SubsectionSheet(Subsection subsection)
          Initializes a newly created SubsectionSheet with the subsection.