Uses of Interface
net.officefloor.compile.spi.section.SectionObject
-
Packages that use SectionObject Package Description net.officefloor.compile.impl.structure net.officefloor.compile.internal.structure net.officefloor.compile.spi.section net.officefloor.plugin.section.transform -
-
Uses of SectionObject in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement SectionObject Modifier and Type Class Description class
SectionObjectNodeImpl
SectionObjectNode
implementation.Methods in net.officefloor.compile.impl.structure that return SectionObject Modifier and Type Method Description SectionObject
SectionNodeImpl. addSectionObject(java.lang.String objectName, java.lang.String objectType)
-
Uses of SectionObject in net.officefloor.compile.internal.structure
Subinterfaces of SectionObject in net.officefloor.compile.internal.structure Modifier and Type Interface Description interface
SectionObjectNode
SectionObject
node. -
Uses of SectionObject in net.officefloor.compile.spi.section
Methods in net.officefloor.compile.spi.section that return SectionObject Modifier and Type Method Description SectionObject
SectionDesigner. addSectionObject(java.lang.String objectName, java.lang.String objectType)
Adds aSectionObject
to theSectionNode
being built. -
Uses of SectionObject in net.officefloor.plugin.section.transform
Methods in net.officefloor.plugin.section.transform that return SectionObject Modifier and Type Method Description SectionObject
TransformSectionDesigner. addSectionObject(java.lang.String objectName, java.lang.String objectType)
-