Uses of Interface
net.officefloor.compile.spi.section.SubSectionObject
-
Packages that use SubSectionObject Package Description net.officefloor.compile.impl.structure net.officefloor.compile.internal.structure net.officefloor.compile.spi.section -
-
Uses of SubSectionObject in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement SubSectionObject Modifier and Type Class Description class
SectionObjectNodeImpl
SectionObjectNode
implementation.Methods in net.officefloor.compile.impl.structure that return SubSectionObject Modifier and Type Method Description SubSectionObject
SectionNodeImpl. getSubSectionObject(java.lang.String objectName)
-
Uses of SubSectionObject in net.officefloor.compile.internal.structure
Subinterfaces of SubSectionObject in net.officefloor.compile.internal.structure Modifier and Type Interface Description interface
SectionObjectNode
SectionObject
node. -
Uses of SubSectionObject in net.officefloor.compile.spi.section
Methods in net.officefloor.compile.spi.section that return SubSectionObject Modifier and Type Method Description SubSectionObject
SubSection. getSubSectionObject(java.lang.String objectName)
Obtains theSubSectionObject
.
-