Uses of Interface
de.smartics.testdoc.report.index.Section

Packages that use Section
de.smartics.testdoc.report.index Provides classes to build and render indices. 
 

Uses of Section in de.smartics.testdoc.report.index
 

Classes in de.smartics.testdoc.report.index that implement Section
 class StaticSection<T extends Serializable>
          The implementation provides a static view on sections.
 

Methods in de.smartics.testdoc.report.index that return Section
 Section<UnitTestDoc> UutPackageIndex.getSection()
          Returns a reference to the root section of the index.
 Section<UnitTestDoc> UutNameIndex.getSection()
          Returns a reference to the root section of the index.
 Section<UnitTestDoc> ExportMultiIndex.getSection()
          Returns a reference to the root section of the index.
 Section<UnitTestDoc> ExportIndex.getSection()
          Returns a reference to the root section of the index.
 

Methods in de.smartics.testdoc.report.index that return types with arguments of type Section
 List<Section<T>> StaticSection.getSubSections()
          Returns the list of sub sections to this section.
 List<Section<T>> Section.getSubSections()
          Returns the list of sub sections to this section.
 

Methods in de.smartics.testdoc.report.index with parameters of type Section
 void StaticSection.addSubSection(Section<T> subSection)
          Adds the given sub section to this section.
 void Section.addSubSection(Section<T> subSection)
          Adds the given sub section to this section.
 



Copyright © 2010-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.