Uses of Interface
net.officefloor.compile.spi.section.SubSection
-
-
Uses of SubSection in net.officefloor.activity
Methods in net.officefloor.activity that return types with arguments of type SubSection Modifier and Type Method Description ProcedureArchitect<SubSection>
ActivityContext. 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 SubSection Modifier and Type Method Description static 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 SubSection Modifier and Type Class Description class
SectionNodeImpl
SectionNode
implementation.Methods in net.officefloor.compile.impl.structure that return SubSection Modifier and Type Method Description SubSection
SectionNodeImpl. addSubSection(java.lang.String subSectionName, java.lang.String sectionSourceClassName, java.lang.String location)
SubSection
SectionNodeImpl. addSubSection(java.lang.String subSectionName, SectionSource sectionSource, java.lang.String location)
-
Uses of SubSection in net.officefloor.compile.internal.structure
Subinterfaces of SubSection in net.officefloor.compile.internal.structure Modifier and Type Interface Description interface
SectionNode
Node within the hierarchy ofOfficeSection
instances. -
Uses of SubSection in net.officefloor.compile.spi.section
Methods in net.officefloor.compile.spi.section that return SubSection Modifier and Type Method Description SubSection
SectionDesigner. addSubSection(java.lang.String subSectionName, java.lang.String sectionSourceClassName, java.lang.String location)
Adds aSubSection
to theSectionNode
being built.SubSection
SectionDesigner. addSubSection(java.lang.String subSectionName, SectionSource sectionSource, java.lang.String location)
Adds aSubSection
to theSectionNode
being built. -
Uses of SubSection in net.officefloor.plugin.section.clazz.loader
Methods in net.officefloor.plugin.section.clazz.loader that return SubSection Modifier and Type Method Description SubSection
ClassSectionSubSection. getSubSection()
Obtains theSubSection
.Constructors in net.officefloor.plugin.section.clazz.loader with parameters of type SubSection Constructor Description ClassSectionSubSection(SubSection subSection, SectionType sectionType)
Instantiate. -
Uses of SubSection in net.officefloor.plugin.section.transform
Methods in net.officefloor.plugin.section.transform that return SubSection Modifier and Type Method Description SubSection
TransformSectionDesigner. addSubSection(java.lang.String subSectionName, java.lang.String sectionSourceClassName, java.lang.String location)
SubSection
TransformSectionDesigner. addSubSection(java.lang.String subSectionName, SectionSource sectionSource, java.lang.String location)
SubSection
TransformSectionDesigner. getSubSection(java.lang.String subSectionName)
Obtains theSubSection
.
-