Uses of Interface
net.officefloor.compile.spi.section.SectionInput
-
Packages that use SectionInput Package Description net.officefloor.compile.impl.structure net.officefloor.compile.internal.structure net.officefloor.compile.spi.section net.officefloor.plugin.section.transform -
-
Uses of SectionInput in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement SectionInput Modifier and Type Class Description class
SectionInputNodeImpl
SectionInputNode
node.Methods in net.officefloor.compile.impl.structure that return SectionInput Modifier and Type Method Description SectionInput
SectionNodeImpl. addSectionInput(java.lang.String inputName, java.lang.String parameterType)
-
Uses of SectionInput in net.officefloor.compile.internal.structure
Subinterfaces of SectionInput in net.officefloor.compile.internal.structure Modifier and Type Interface Description interface
SectionInputNode
SectionInput
node. -
Uses of SectionInput in net.officefloor.compile.spi.section
Methods in net.officefloor.compile.spi.section that return SectionInput Modifier and Type Method Description SectionInput
SectionDesigner. addSectionInput(java.lang.String inputName, java.lang.String parameterType)
Adds aSectionInput
to theSectionNode
being built. -
Uses of SectionInput in net.officefloor.plugin.section.transform
Methods in net.officefloor.plugin.section.transform that return SectionInput Modifier and Type Method Description SectionInput
TransformSectionDesigner. addSectionInput(java.lang.String inputName, java.lang.String parameterType)
SectionInput
TransformSectionDesigner. getSectionInput(java.lang.String inputName)
Obtains theSectionInput
.
-