Uses of Class
net.officefloor.frame.api.OfficeFrame
-
-
Uses of OfficeFrame in net.officefloor.compile
Methods in net.officefloor.compile with parameters of type OfficeFrame Modifier and Type Method Description abstract voidOfficeFloorCompiler. setOfficeFrame(OfficeFrame officeFrame)Overrides the defaultOfficeFramefor building theOfficeFloor. -
Uses of OfficeFrame in net.officefloor.compile.impl
Methods in net.officefloor.compile.impl that return OfficeFrame Modifier and Type Method Description OfficeFrameOfficeFloorCompilerImpl. getOfficeFrame()Methods in net.officefloor.compile.impl with parameters of type OfficeFrame Modifier and Type Method Description voidOfficeFloorCompilerImpl. setOfficeFrame(OfficeFrame officeFrame) -
Uses of OfficeFrame in net.officefloor.compile.impl.adapt
Methods in net.officefloor.compile.impl.adapt with parameters of type OfficeFrame Modifier and Type Method Description voidOfficeFloorCompilerAdapter. setOfficeFrame(OfficeFrame officeFrame) -
Uses of OfficeFrame in net.officefloor.compile.internal.structure
Methods in net.officefloor.compile.internal.structure that return OfficeFrame Modifier and Type Method Description OfficeFrameNodeContext. getOfficeFrame()Obtains theOfficeFrame. -
Uses of OfficeFrame in net.officefloor.frame.api
Methods in net.officefloor.frame.api that return OfficeFrame Modifier and Type Method Description static OfficeFrameOfficeFrame. getInstance()Obtains the the Singleton instance of theOfficeFrame.Methods in net.officefloor.frame.api with parameters of type OfficeFrame Modifier and Type Method Description static voidOfficeFrame. setInstance(OfficeFrame singleton)Specifies theOfficeFrameimplementation. -
Uses of OfficeFrame in net.officefloor.frame.impl
Subclasses of OfficeFrame in net.officefloor.frame.impl Modifier and Type Class Description classOfficeFrameImplDefault implementation of theOfficeFrame.
-