Uses of Interface
net.officefloor.compile.spi.office.AdministerableManagedObject
-
Packages that use AdministerableManagedObject Package Description net.officefloor.compile.impl.structure net.officefloor.compile.internal.structure net.officefloor.compile.spi.office -
-
Uses of AdministerableManagedObject in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement AdministerableManagedObject Modifier and Type Class Description classManagedObjectNodeImplManagedObjectNodeimplementation.classOfficeObjectNodeImplOfficeObjectNodeimplementation.Methods in net.officefloor.compile.impl.structure with parameters of type AdministerableManagedObject Modifier and Type Method Description voidAdministrationNodeImpl. administerManagedObject(AdministerableManagedObject managedObject) -
Uses of AdministerableManagedObject in net.officefloor.compile.internal.structure
Subinterfaces of AdministerableManagedObject in net.officefloor.compile.internal.structure Modifier and Type Interface Description interfaceManagedObjectExtensionNodeExtension ofManagedObjectNode.interfaceManagedObjectNodeNode representing an instance use of aManagedObject.interfaceOfficeObjectNodeOfficeObjectnode. -
Uses of AdministerableManagedObject in net.officefloor.compile.spi.office
Subinterfaces of AdministerableManagedObject in net.officefloor.compile.spi.office Modifier and Type Interface Description interfaceOfficeManagedObjectManagedObjectfor theOffice.interfaceOfficeObjectinterfaceOfficeSectionManagedObjectManagedObjectcontained within anOfficeSubSection.Methods in net.officefloor.compile.spi.office with parameters of type AdministerableManagedObject Modifier and Type Method Description voidOfficeAdministration. administerManagedObject(AdministerableManagedObject managedObject)Administers theAdministerableManagedObject.
-