Uses of Class
org.devacfr.maven.skins.reflow.model.Toc
-
Packages that use Toc Package Description org.devacfr.maven.skins.reflow.context org.devacfr.maven.skins.reflow.model -
-
Uses of Toc in org.devacfr.maven.skins.reflow.context
Methods in org.devacfr.maven.skins.reflow.context that return Toc Modifier and Type Method Description Toc<?>FrameContext. getToc()Toc<?>PageContext. getToc() -
Uses of Toc in org.devacfr.maven.skins.reflow.model
Classes in org.devacfr.maven.skins.reflow.model with type parameters of type Toc Modifier and Type Class Description classToc<T extends Toc<?>>Represents the base of Table of content component.Subclasses of Toc in org.devacfr.maven.skins.reflow.model Modifier and Type Class Description classTocSidebarclassTocTopBarMethods in org.devacfr.maven.skins.reflow.model that return Toc Modifier and Type Method Description static Toc<?>Toc. createSidebar(ISkinConfig config)static Toc<?>Toc. createToc(ISkinConfig config, String preferredType)static Toc<?>Toc. createTopBar(ISkinConfig config)
-