Uses of Interface
net.officefloor.compile.internal.structure.OfficeBindings
-
Packages that use OfficeBindings Package Description net.officefloor.compile.impl.structure net.officefloor.compile.internal.structure -
-
Uses of OfficeBindings in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement OfficeBindings Modifier and Type Class Description classOfficeBindingsImplOfficeBindingsimplementation.Methods in net.officefloor.compile.impl.structure that return OfficeBindings Modifier and Type Method Description OfficeBindingsOfficeNodeImpl. buildOffice(OfficeFloorBuilder builder, CompileContext compileContext, Profiler profiler)Methods in net.officefloor.compile.impl.structure with parameters of type OfficeBindings Modifier and Type Method Description voidManagedObjectSourceNodeImpl. buildManagedObject(OfficeFloorBuilder builder, OfficeNode managingOffice, OfficeBuilder officeBuilder, OfficeBindings officeBindings, CompileContext compileContext)voidInputManagedObjectNodeImpl. buildOfficeManagedObject(OfficeNode office, OfficeBuilder officeBuilder, OfficeBindings officeBindings, CompileContext compileContext)voidManagedObjectNodeImpl. buildOfficeManagedObject(OfficeNode office, OfficeBuilder officeBuilder, OfficeBindings officeBindings, CompileContext compileContext)voidSectionNodeImpl. buildSection(OfficeBuilder officeBuilder, OfficeBindings officeBindings, CompileContext compileContext) -
Uses of OfficeBindings in net.officefloor.compile.internal.structure
Methods in net.officefloor.compile.internal.structure that return OfficeBindings Modifier and Type Method Description OfficeBindingsOfficeNode. buildOffice(OfficeFloorBuilder builder, CompileContext compileContext, Profiler profiler)Builds theOfficefor thisOfficeNode.Methods in net.officefloor.compile.internal.structure with parameters of type OfficeBindings Modifier and Type Method Description voidManagedObjectSourceNode. buildManagedObject(OfficeFloorBuilder builder, OfficeNode managingOffice, OfficeBuilder managingOfficeBuilder, OfficeBindings officeBindings, CompileContext compileContext)BuildsManagedObjectSourcefor thisManagedObjectNode.voidBoundManagedObjectNode. buildOfficeManagedObject(OfficeNode office, OfficeBuilder officeBuilder, OfficeBindings officeBindings, CompileContext compileContext)Builds theManagedObjectinto theOffice.voidSectionNode. buildSection(OfficeBuilder officeBuilder, OfficeBindings officeBindings, CompileContext compileContext)Builds thisOfficeSectionfor thisSectionNode.
-