Uses of Interface
org.qedeq.kernel.se.base.module.SectionList

Packages that use SectionList
org.qedeq.kernel.bo.service.latex LaTeX export abilities of the kernel. 
org.qedeq.kernel.se.base.module The main functionalities of qedeq modules are described here. 
org.qedeq.kernel.se.dto.module Value objects for QEDEQ modules. 
org.qedeq.kernel.se.visitor The visitor design pattern allows you to decouple the classes for the data structure and the algorithms used upon them. 
org.qedeq.kernel.xml.mapper Contains mapper for XML objects. 
 

Uses of SectionList in org.qedeq.kernel.bo.service.latex
 

Methods in org.qedeq.kernel.bo.service.latex with parameters of type SectionList
 void Qedeq2LatexExecutor.visitLeave(SectionList list)
           
 

Uses of SectionList in org.qedeq.kernel.se.base.module
 

Methods in org.qedeq.kernel.se.base.module that return SectionList
 SectionList Chapter.getSectionList()
          Get sections of this chapter.
 

Uses of SectionList in org.qedeq.kernel.se.dto.module
 

Classes in org.qedeq.kernel.se.dto.module that implement SectionList
 class SectionListVo
          List of sections.
 

Methods in org.qedeq.kernel.se.dto.module that return SectionList
 SectionList ChapterVo.getSectionList()
           
 

Uses of SectionList in org.qedeq.kernel.se.visitor
 

Methods in org.qedeq.kernel.se.visitor with parameters of type SectionList
 void QedeqNotNullTraverser.accept(SectionList sectionList)
           
 void QedeqTraverser.accept(SectionList sectionList)
          Traverse section list.
 void QedeqVisitor.visitEnter(SectionList sectionList)
          Visit certain element.
 void AbstractModuleVisitor.visitEnter(SectionList sectionList)
           
 void QedeqVisitor.visitLeave(SectionList sectionList)
          Visit certain element.
 void AbstractModuleVisitor.visitLeave(SectionList sectionList)
           
 

Uses of SectionList in org.qedeq.kernel.xml.mapper
 

Methods in org.qedeq.kernel.xml.mapper with parameters of type SectionList
 void Context2SimpleXPath.visitEnter(SectionList sectionList)
           
 void Context2SimpleXPath.visitLeave(SectionList sectionList)
           
 



Copyright © 2014. All Rights Reserved.