Uses of Interface
net.officefloor.compile.spi.office.OfficeSectionTransformerContext
-
-
Uses of OfficeSectionTransformerContext in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement OfficeSectionTransformerContext Modifier and Type Class Description class
SectionNodeImpl
SectionNode
implementation. -
Uses of OfficeSectionTransformerContext in net.officefloor.compile.internal.structure
Subinterfaces of OfficeSectionTransformerContext in net.officefloor.compile.internal.structure Modifier and Type Interface Description interface
SectionNode
Node within the hierarchy ofOfficeSection
instances. -
Uses of OfficeSectionTransformerContext in net.officefloor.compile.spi.office
Methods in net.officefloor.compile.spi.office with parameters of type OfficeSectionTransformerContext Modifier and Type Method Description void
OfficeSectionTransformer. transformOfficeSection(OfficeSectionTransformerContext context)
Transforms theOfficeSection
. -
Uses of OfficeSectionTransformerContext in net.officefloor.plugin.section.transform
Methods in net.officefloor.plugin.section.transform with parameters of type OfficeSectionTransformerContext Modifier and Type Method Description protected void
TransformSectionSource. configureProperties(OfficeSectionTransformerContext context, PropertyList properties)
Enables overriding to configure additionalProperty
instances.void
TransformSectionSource. transformOfficeSection(OfficeSectionTransformerContext context)
-