Uses of Class
net.officefloor.model.section.SectionManagedObjectDependencyModel
-
Packages that use SectionManagedObjectDependencyModel Package Description net.officefloor.gef.section net.officefloor.model.impl.section net.officefloor.model.section -
-
Uses of SectionManagedObjectDependencyModel in net.officefloor.gef.section
Methods in net.officefloor.gef.section that return SectionManagedObjectDependencyModel Modifier and Type Method Description SectionManagedObjectDependencyModel
ManagedObjectDependencyItem. prototype()
Methods in net.officefloor.gef.section with parameters of type SectionManagedObjectDependencyModel Modifier and Type Method Description void
ManagedObjectDependencyItem. loadToParent(SectionManagedObjectModel parentModel, SectionManagedObjectDependencyModel itemModel)
javafx.scene.layout.Pane
ManagedObjectDependencyItem. visual(SectionManagedObjectDependencyModel model, AdaptedChildVisualFactoryContext<SectionManagedObjectDependencyModel> context)
Method parameters in net.officefloor.gef.section with type arguments of type SectionManagedObjectDependencyModel Modifier and Type Method Description javafx.scene.layout.Pane
ManagedObjectDependencyItem. visual(SectionManagedObjectDependencyModel model, AdaptedChildVisualFactoryContext<SectionManagedObjectDependencyModel> context)
-
Uses of SectionManagedObjectDependencyModel in net.officefloor.model.impl.section
Methods in net.officefloor.model.impl.section with parameters of type SectionManagedObjectDependencyModel Modifier and Type Method Description Change<SectionManagedObjectDependencyToExternalManagedObjectModel>
SectionChangesImpl. linkSectionManagedObjectDependencyToExternalManagedObject(SectionManagedObjectDependencyModel dependency, ExternalManagedObjectModel externalManagedObject)
Change<SectionManagedObjectDependencyToSectionManagedObjectModel>
SectionChangesImpl. linkSectionManagedObjectDependencyToSectionManagedObject(SectionManagedObjectDependencyModel dependency, SectionManagedObjectModel managedObject)
-
Uses of SectionManagedObjectDependencyModel in net.officefloor.model.section
Methods in net.officefloor.model.section that return SectionManagedObjectDependencyModel Modifier and Type Method Description SectionManagedObjectDependencyModel
SectionManagedObjectDependencyToExternalManagedObjectModel. getSectionManagedObjectDependency()
SectionManagedObjectDependencyModel
SectionManagedObjectDependencyToSectionManagedObjectModel. getSectionManagedObjectDependency()
Methods in net.officefloor.model.section that return types with arguments of type SectionManagedObjectDependencyModel Modifier and Type Method Description java.util.List<SectionManagedObjectDependencyModel>
SectionManagedObjectModel. getSectionManagedObjectDependencies()
RemoveConnectionsAction<SectionManagedObjectDependencyModel>
SectionManagedObjectDependencyModel. removeConnections()
Remove Connections.Constructors in net.officefloor.model.section with parameters of type SectionManagedObjectDependencyModel Constructor Description SectionManagedObjectDependencyToExternalManagedObjectModel(java.lang.String externalManagedObjectName, SectionManagedObjectDependencyModel sectionManagedObjectDependency, ExternalManagedObjectModel externalManagedObject)
Convenience constructor.SectionManagedObjectDependencyToExternalManagedObjectModel(java.lang.String externalManagedObjectName, SectionManagedObjectDependencyModel sectionManagedObjectDependency, ExternalManagedObjectModel externalManagedObject, 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.SectionManagedObjectModel(java.lang.String sectionManagedObjectName, java.lang.String managedObjectScope, SectionManagedObjectToSectionManagedObjectSourceModel sectionManagedObjectSource, SubSectionObjectToSectionManagedObjectModel[] subSectionObject, ManagedFunctionObjectToSectionManagedObjectModel[] managedFunctionObject, SectionManagedObjectDependencyModel[] sectionManagedObjectDependency, SectionManagedObjectDependencyToSectionManagedObjectModel[] dependentSectionManagedObject)
Convenience constructor.SectionManagedObjectModel(java.lang.String sectionManagedObjectName, java.lang.String managedObjectScope, SectionManagedObjectToSectionManagedObjectSourceModel sectionManagedObjectSource, SubSectionObjectToSectionManagedObjectModel[] subSectionObject, ManagedFunctionObjectToSectionManagedObjectModel[] managedFunctionObject, SectionManagedObjectDependencyModel[] sectionManagedObjectDependency, SectionManagedObjectDependencyToSectionManagedObjectModel[] dependentSectionManagedObject, int x, int y)
Convenience constructor allowing XY initialising.
-