Uses of Interface
net.officefloor.compile.spi.office.DependentManagedObject
-
Packages that use DependentManagedObject Package Description net.officefloor.compile.impl.structure net.officefloor.compile.internal.structure net.officefloor.compile.spi.office -
-
Uses of DependentManagedObject in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement DependentManagedObject Modifier and Type Class Description class
ManagedObjectNodeImpl
ManagedObjectNode
implementation.class
OfficeObjectNodeImpl
OfficeObjectNode
implementation. -
Uses of DependentManagedObject in net.officefloor.compile.internal.structure
Subinterfaces of DependentManagedObject in net.officefloor.compile.internal.structure Modifier and Type Interface Description interface
ManagedObjectNode
Node representing an instance use of aManagedObject
.interface
OfficeObjectNode
OfficeObject
node. -
Uses of DependentManagedObject in net.officefloor.compile.spi.office
Subinterfaces of DependentManagedObject in net.officefloor.compile.spi.office Modifier and Type Interface Description interface
OfficeManagedObject
ManagedObject
for theOffice
.interface
OfficeObject
interface
OfficeSectionManagedObject
ManagedObject
contained within anOfficeSubSection
.
-