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 class
OfficeBindingsImpl
OfficeBindings
implementation.Methods in net.officefloor.compile.impl.structure that return OfficeBindings Modifier and Type Method Description OfficeBindings
OfficeNodeImpl. buildOffice(OfficeFloorBuilder builder, CompileContext compileContext, Profiler profiler)
Methods in net.officefloor.compile.impl.structure with parameters of type OfficeBindings Modifier and Type Method Description void
ManagedObjectSourceNodeImpl. buildManagedObject(OfficeFloorBuilder builder, OfficeNode managingOffice, OfficeBuilder officeBuilder, OfficeBindings officeBindings, CompileContext compileContext)
void
InputManagedObjectNodeImpl. buildOfficeManagedObject(OfficeNode office, OfficeBuilder officeBuilder, OfficeBindings officeBindings, CompileContext compileContext)
void
ManagedObjectNodeImpl. buildOfficeManagedObject(OfficeNode office, OfficeBuilder officeBuilder, OfficeBindings officeBindings, CompileContext compileContext)
void
SectionNodeImpl. 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 OfficeBindings
OfficeNode. buildOffice(OfficeFloorBuilder builder, CompileContext compileContext, Profiler profiler)
Builds theOffice
for thisOfficeNode
.Methods in net.officefloor.compile.internal.structure with parameters of type OfficeBindings Modifier and Type Method Description void
ManagedObjectSourceNode. buildManagedObject(OfficeFloorBuilder builder, OfficeNode managingOffice, OfficeBuilder managingOfficeBuilder, OfficeBindings officeBindings, CompileContext compileContext)
BuildsManagedObjectSource
for thisManagedObjectNode
.void
BoundManagedObjectNode. buildOfficeManagedObject(OfficeNode office, OfficeBuilder officeBuilder, OfficeBindings officeBindings, CompileContext compileContext)
Builds theManagedObject
into theOffice
.void
SectionNode. buildSection(OfficeBuilder officeBuilder, OfficeBindings officeBindings, CompileContext compileContext)
Builds thisOfficeSection
for thisSectionNode
.
-