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 classSectionObjectNodeImplSectionObjectNodeimplementation.Methods in net.officefloor.compile.impl.structure that return SectionObject Modifier and Type Method Description SectionObjectSectionNodeImpl. 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 interfaceSectionObjectNodeSectionObjectnode. -
Uses of SectionObject in net.officefloor.compile.spi.section
Methods in net.officefloor.compile.spi.section that return SectionObject Modifier and Type Method Description SectionObjectSectionDesigner. addSectionObject(java.lang.String objectName, java.lang.String objectType)Adds aSectionObjectto theSectionNodebeing 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 SectionObjectTransformSectionDesigner. addSectionObject(java.lang.String objectName, java.lang.String objectType)
-