Uses of Interface
net.officefloor.compile.spi.section.SubSectionOutput
-
Packages that use SubSectionOutput Package Description net.officefloor.compile.impl.structure net.officefloor.compile.internal.structure net.officefloor.compile.spi.section -
-
Uses of SubSectionOutput in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement SubSectionOutput Modifier and Type Class Description class
SectionOutputNodeImpl
SectionOutputNode
implementation.Methods in net.officefloor.compile.impl.structure that return SubSectionOutput Modifier and Type Method Description SubSectionOutput
SectionNodeImpl. getSubSectionOutput(java.lang.String outputName)
-
Uses of SubSectionOutput in net.officefloor.compile.internal.structure
Subinterfaces of SubSectionOutput in net.officefloor.compile.internal.structure Modifier and Type Interface Description interface
SectionOutputNode
SectionOutput
node. -
Uses of SubSectionOutput in net.officefloor.compile.spi.section
Methods in net.officefloor.compile.spi.section that return SubSectionOutput Modifier and Type Method Description SubSectionOutput
SubSection. getSubSectionOutput(java.lang.String outputName)
Obtains theSubSectionOutput
.
-