Uses of Interface
net.officefloor.compile.spi.office.OfficeInput
-
Packages that use OfficeInput Package Description net.officefloor.compile.impl.structure net.officefloor.compile.internal.structure net.officefloor.compile.spi.office -
-
Uses of OfficeInput in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement OfficeInput Modifier and Type Class Description classOfficeInputNodeImplImplementation of theOfficeInputNode.Methods in net.officefloor.compile.impl.structure that return OfficeInput Modifier and Type Method Description OfficeInputOfficeNodeImpl. addOfficeInput(java.lang.String inputName, java.lang.String parameterType) -
Uses of OfficeInput in net.officefloor.compile.internal.structure
Subinterfaces of OfficeInput in net.officefloor.compile.internal.structure Modifier and Type Interface Description interfaceOfficeInputNodeOfficeInputnode. -
Uses of OfficeInput in net.officefloor.compile.spi.office
Methods in net.officefloor.compile.spi.office that return OfficeInput Modifier and Type Method Description OfficeInputOfficeArchitect. addOfficeInput(java.lang.String inputName, java.lang.String parameterType)Adds aOfficeInput.
-