Hilbert II - Version 0.01.09

Uses of Interface
org.qedeq.kernel.base.module.Section

Packages that use Section
org.qedeq.kernel.base.module The main funtionalities of qedeq modules are described here. 
org.qedeq.kernel.bo.module Business objects for qedeq modules. 
org.qedeq.kernel.dto.module Value objects for qedeq modules.  
org.qedeq.kernel.xml.handler.module Handler to parse qedeq XML modules.  
 

Uses of Section in org.qedeq.kernel.base.module
 

Methods in org.qedeq.kernel.base.module that return Section
 Section SectionList.get(int index)
          Get index-th element of list.
 

Uses of Section in org.qedeq.kernel.bo.module
 

Classes in org.qedeq.kernel.bo.module that implement Section
 class SectionBo
          Section of a qedeq file.
 

Methods in org.qedeq.kernel.bo.module that return Section
 Section SectionListBo.get(int index)
           
 

Methods in org.qedeq.kernel.bo.module with parameters of type Section
 void SectionListBo.add(Section section)
          Add section to this list.
 void ChapterBo.addSection(Section section)
          Add section to list.
 

Uses of Section in org.qedeq.kernel.dto.module
 

Classes in org.qedeq.kernel.dto.module that implement Section
 class SectionVo
          Section of a qedeq file.
 

Methods in org.qedeq.kernel.dto.module that return Section
 Section SectionListVo.get(int index)
           
 

Methods in org.qedeq.kernel.dto.module with parameters of type Section
 void SectionListVo.add(Section section)
          Add section to this list.
 void ChapterVo.addSection(Section section)
          Add section to list.
 

Uses of Section in org.qedeq.kernel.xml.handler.module
 

Methods in org.qedeq.kernel.xml.handler.module that return Section
 Section SectionHandler.getSection()
          Get section.
 


Hilbert II - Version 0.01.09

©left GNU General Public Licence
All Rights Reserved.