Uses of Interface
net.officefloor.frame.api.build.OfficeEnhancer
-
Packages that use OfficeEnhancer Package Description net.officefloor.frame.api.build net.officefloor.frame.impl.construct.office net.officefloor.frame.internal.configuration -
-
Uses of OfficeEnhancer in net.officefloor.frame.api.build
Methods in net.officefloor.frame.api.build with parameters of type OfficeEnhancer Modifier and Type Method Description voidOfficeBuilder. addOfficeEnhancer(OfficeEnhancer officeEnhancer)AddsOfficeEnhancerfor thisOffice. -
Uses of OfficeEnhancer in net.officefloor.frame.impl.construct.office
Methods in net.officefloor.frame.impl.construct.office that return OfficeEnhancer Modifier and Type Method Description OfficeEnhancer[]OfficeBuilderImpl. getOfficeEnhancers()Methods in net.officefloor.frame.impl.construct.office with parameters of type OfficeEnhancer Modifier and Type Method Description voidOfficeBuilderImpl. addOfficeEnhancer(OfficeEnhancer officeEnhancer) -
Uses of OfficeEnhancer in net.officefloor.frame.internal.configuration
Methods in net.officefloor.frame.internal.configuration that return OfficeEnhancer Modifier and Type Method Description OfficeEnhancer[]OfficeConfiguration. getOfficeEnhancers()Obtains theOfficeEnhancerinstances for thisOffice.
-