Uses of Class
net.officefloor.model.section.SectionManagedObjectModel
-
Packages that use SectionManagedObjectModel Package Description net.officefloor.gef.section net.officefloor.model.impl.section net.officefloor.model.section -
-
Uses of SectionManagedObjectModel in net.officefloor.gef.section
Methods in net.officefloor.gef.section that return SectionManagedObjectModel Modifier and Type Method Description SectionManagedObjectModelManagedObjectItem. prototype()Methods in net.officefloor.gef.section with parameters of type SectionManagedObjectModel Modifier and Type Method Description ManagedObjectItemManagedObjectItem. item(SectionManagedObjectModel model)voidManagedObjectDependencyItem. loadToParent(SectionManagedObjectModel parentModel, SectionManagedObjectDependencyModel itemModel)voidManagedObjectItem. loadToParent(SectionModel parentModel, SectionManagedObjectModel itemModel)javafx.scene.layout.PaneManagedObjectItem. visual(SectionManagedObjectModel model, AdaptedChildVisualFactoryContext<SectionManagedObjectModel> context)Method parameters in net.officefloor.gef.section with type arguments of type SectionManagedObjectModel Modifier and Type Method Description javafx.scene.layout.PaneManagedObjectItem. visual(SectionManagedObjectModel model, AdaptedChildVisualFactoryContext<SectionManagedObjectModel> context) -
Uses of SectionManagedObjectModel in net.officefloor.model.impl.section
Methods in net.officefloor.model.impl.section that return types with arguments of type SectionManagedObjectModel Modifier and Type Method Description Change<SectionManagedObjectModel>SectionChangesImpl. addSectionManagedObject(java.lang.String managedObjectName, ManagedObjectScope managedObjectScope, SectionManagedObjectSourceModel managedObjectSource, ManagedObjectType<?> managedObjectType)Change<SectionManagedObjectModel>SectionChangesImpl. removeSectionManagedObject(SectionManagedObjectModel managedObject)Change<SectionManagedObjectModel>SectionChangesImpl. renameSectionManagedObject(SectionManagedObjectModel managedObject, java.lang.String newManagedObjectName)Change<SectionManagedObjectModel>SectionChangesImpl. rescopeSectionManagedObject(SectionManagedObjectModel managedObject, ManagedObjectScope newManagedObjectScope) -
Uses of SectionManagedObjectModel in net.officefloor.model.section
Methods in net.officefloor.model.section that return SectionManagedObjectModel Modifier and Type Method Description SectionManagedObjectModelManagedFunctionObjectToSectionManagedObjectModel. getSectionManagedObject()SectionManagedObjectModelSectionManagedObjectDependencyToSectionManagedObjectModel. getSectionManagedObject()SectionManagedObjectModelSectionManagedObjectToSectionManagedObjectSourceModel. getSectionManagedObject()SectionManagedObjectModelSubSectionObjectToSectionManagedObjectModel. getSectionManagedObject()Constructors in net.officefloor.model.section with parameters of type SectionManagedObjectModel Constructor Description ManagedFunctionObjectToSectionManagedObjectModel(java.lang.String sectionManagedObjectName, ManagedFunctionObjectModel managedFunctionObject, SectionManagedObjectModel sectionManagedObject)Convenience constructor.ManagedFunctionObjectToSectionManagedObjectModel(java.lang.String sectionManagedObjectName, ManagedFunctionObjectModel managedFunctionObject, SectionManagedObjectModel sectionManagedObject, int x, int y)Convenience constructor allowing XY initialising.SectionManagedObjectDependencyToSectionManagedObjectModel(java.lang.String sectionManagedObjectName, SectionManagedObjectDependencyModel sectionManagedObjectDependency, SectionManagedObjectModel sectionManagedObject)Convenience constructor.SectionManagedObjectDependencyToSectionManagedObjectModel(java.lang.String sectionManagedObjectName, SectionManagedObjectDependencyModel sectionManagedObjectDependency, SectionManagedObjectModel sectionManagedObject, int x, int y)Convenience constructor allowing XY initialising.SectionManagedObjectToSectionManagedObjectSourceModel(java.lang.String sectionManagedObjectSourceName, SectionManagedObjectModel sectionManagedObject, SectionManagedObjectSourceModel sectionManagedObjectSource)Convenience constructor.SectionManagedObjectToSectionManagedObjectSourceModel(java.lang.String sectionManagedObjectSourceName, SectionManagedObjectModel sectionManagedObject, SectionManagedObjectSourceModel sectionManagedObjectSource, int x, int y)Convenience constructor allowing XY initialising.SectionModel(ExternalManagedObjectModel[] externalManagedObject, SectionManagedObjectSourceModel[] sectionManagedObjectSource, SectionManagedObjectModel[] sectionManagedObject, SectionManagedObjectPoolModel[] sectionManagedObjectPool, ExternalFlowModel[] externalFlow, SubSectionModel[] subSection, FunctionNamespaceModel[] functionNamespace, FunctionModel[] function)Convenience constructor.SectionModel(ExternalManagedObjectModel[] externalManagedObject, SectionManagedObjectSourceModel[] sectionManagedObjectSource, SectionManagedObjectModel[] sectionManagedObject, SectionManagedObjectPoolModel[] sectionManagedObjectPool, ExternalFlowModel[] externalFlow, SubSectionModel[] subSection, FunctionNamespaceModel[] functionNamespace, FunctionModel[] function, int x, int y)Convenience constructor allowing XY initialising.SubSectionObjectToSectionManagedObjectModel(java.lang.String sectionManagedObjectName, SubSectionObjectModel subSectionObject, SectionManagedObjectModel sectionManagedObject)Convenience constructor.SubSectionObjectToSectionManagedObjectModel(java.lang.String sectionManagedObjectName, SubSectionObjectModel subSectionObject, SectionManagedObjectModel sectionManagedObject, int x, int y)Convenience constructor allowing XY initialising.
-