Uses of Class
org.jd.core.v1.service.layouter.model.Section
-
Packages that use Section Package Description org.jd.core.v1.service.layouter.model org.jd.core.v1.service.layouter.visitor -
-
Uses of Section in org.jd.core.v1.service.layouter.model
Fields in org.jd.core.v1.service.layouter.model declared as Section Modifier and Type Field Description protected Section
Section. nextSection
protected Section
Section. previousSection
Methods in org.jd.core.v1.service.layouter.model that return Section Modifier and Type Method Description Section
Section. getNextSection()
Section
Section. getPreviousSection()
protected Section
Section. searchNextSection(AbstractSearchMovableBlockFragmentVisitor visitor)
protected Section
Section. searchPreviousSection(AbstractSearchMovableBlockFragmentVisitor visitor)
Constructors in org.jd.core.v1.service.layouter.model with parameters of type Section Constructor Description Section(DefaultList<FlexibleFragment> flexibleFragments, FixedFragment fixedFragment, Section previousSection)
-
Uses of Section in org.jd.core.v1.service.layouter.visitor
Fields in org.jd.core.v1.service.layouter.visitor declared as Section Modifier and Type Field Description protected Section
BuildSectionsVisitor. previousSection
Fields in org.jd.core.v1.service.layouter.visitor with type parameters of type Section Modifier and Type Field Description protected DefaultList<Section>
BuildSectionsVisitor. sections
Methods in org.jd.core.v1.service.layouter.visitor that return types with arguments of type Section Modifier and Type Method Description DefaultList<Section>
BuildSectionsVisitor. getSections()
-