Uses of Interface
net.officefloor.compile.spi.office.OfficeSectionObject
-
Packages that use OfficeSectionObject Package Description net.officefloor.compile.impl.structure net.officefloor.compile.internal.structure net.officefloor.compile.spi.office -
-
Uses of OfficeSectionObject in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement OfficeSectionObject Modifier and Type Class Description classSectionObjectNodeImplSectionObjectNodeimplementation.Methods in net.officefloor.compile.impl.structure that return OfficeSectionObject Modifier and Type Method Description OfficeSectionObjectSectionNodeImpl. getOfficeSectionObject(java.lang.String objectName) -
Uses of OfficeSectionObject in net.officefloor.compile.internal.structure
Subinterfaces of OfficeSectionObject in net.officefloor.compile.internal.structure Modifier and Type Interface Description interfaceSectionObjectNodeSectionObjectnode. -
Uses of OfficeSectionObject in net.officefloor.compile.spi.office
Methods in net.officefloor.compile.spi.office that return OfficeSectionObject Modifier and Type Method Description OfficeSectionObjectOfficeSection. getOfficeSectionObject(java.lang.String objectName)Obtains theOfficeSectionObject.
-