Uses of Interface
net.officefloor.compile.spi.section.SubSection
Packages that use SubSection
Package
Description
-
Uses of SubSection in net.officefloor.activity
Methods in net.officefloor.activity that return types with arguments of type SubSectionModifier and TypeMethodDescriptionActivityContext.getProcedureArchitect()Obtains theProcedureArchitect. -
Uses of SubSection in net.officefloor.activity.procedure.build
Methods in net.officefloor.activity.procedure.build that return types with arguments of type SubSectionModifier and TypeMethodDescriptionstatic ProcedureArchitect<SubSection>ProcedureEmployer.employProcedureDesigner(SectionDesigner sectionDesigner, SectionSourceContext sectionSourceContext) Employs theProcedureArchitect. -
Uses of SubSection in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement SubSectionMethods in net.officefloor.compile.impl.structure that return SubSectionModifier and TypeMethodDescriptionSectionNodeImpl.addSubSection(String subSectionName, String sectionSourceClassName, String location) SectionNodeImpl.addSubSection(String subSectionName, SectionSource sectionSource, String location) -
Uses of SubSection in net.officefloor.compile.internal.structure
Subinterfaces of SubSection in net.officefloor.compile.internal.structureModifier and TypeInterfaceDescriptioninterfaceNode within the hierarchy ofOfficeSectioninstances. -
Uses of SubSection in net.officefloor.compile.spi.section
Methods in net.officefloor.compile.spi.section that return SubSectionModifier and TypeMethodDescriptionSectionDesigner.addSubSection(String subSectionName, String sectionSourceClassName, String location) Adds aSubSectionto theSectionNodebeing built.SectionDesigner.addSubSection(String subSectionName, SectionSource sectionSource, String location) Adds aSubSectionto theSectionNodebeing built. -
Uses of SubSection in net.officefloor.plugin.section.clazz.loader
Methods in net.officefloor.plugin.section.clazz.loader that return SubSectionConstructors in net.officefloor.plugin.section.clazz.loader with parameters of type SubSectionModifierConstructorDescriptionClassSectionSubSection(SubSection subSection, SectionType sectionType) Instantiate. -
Uses of SubSection in net.officefloor.plugin.section.transform
Methods in net.officefloor.plugin.section.transform that return SubSectionModifier and TypeMethodDescriptionTransformSectionDesigner.addSubSection(String subSectionName, String sectionSourceClassName, String location) TransformSectionDesigner.addSubSection(String subSectionName, SectionSource sectionSource, String location) TransformSectionDesigner.getSubSection(String subSectionName) Obtains theSubSection.