Uses of Class
net.officefloor.model.section.ExternalManagedObjectModel
-
Packages that use ExternalManagedObjectModel Package Description net.officefloor.gef.section net.officefloor.model.impl.section net.officefloor.model.section -
-
Uses of ExternalManagedObjectModel in net.officefloor.gef.section
Methods in net.officefloor.gef.section that return ExternalManagedObjectModel Modifier and Type Method Description ExternalManagedObjectModel
ExternalManagedObjectItem. prototype()
Methods in net.officefloor.gef.section with parameters of type ExternalManagedObjectModel Modifier and Type Method Description ExternalManagedObjectItem
ExternalManagedObjectItem. item(ExternalManagedObjectModel model)
void
ExternalManagedObjectItem. loadToParent(SectionModel parentModel, ExternalManagedObjectModel itemModel)
javafx.scene.layout.Pane
ExternalManagedObjectItem. visual(ExternalManagedObjectModel model, AdaptedChildVisualFactoryContext<ExternalManagedObjectModel> context)
Method parameters in net.officefloor.gef.section with type arguments of type ExternalManagedObjectModel Modifier and Type Method Description javafx.scene.layout.Pane
ExternalManagedObjectItem. visual(ExternalManagedObjectModel model, AdaptedChildVisualFactoryContext<ExternalManagedObjectModel> context)
-
Uses of ExternalManagedObjectModel in net.officefloor.model.impl.section
Methods in net.officefloor.model.impl.section that return types with arguments of type ExternalManagedObjectModel Modifier and Type Method Description Change<ExternalManagedObjectModel>
SectionChangesImpl. addExternalManagedObject(java.lang.String externalManagedObjectName, java.lang.String objectType)
Change<ExternalManagedObjectModel>
SectionChangesImpl. removeExternalManagedObject(ExternalManagedObjectModel externalManagedObject)
Change<ExternalManagedObjectModel>
SectionChangesImpl. renameExternalManagedObject(ExternalManagedObjectModel externalManagedObject, java.lang.String newExternalManagedObjectName)
Method parameters in net.officefloor.model.impl.section with type arguments of type ExternalManagedObjectModel Modifier and Type Method Description static void
SectionChangesImpl. sortExternalManagedObjects(java.util.List<ExternalManagedObjectModel> externalManagedObjects)
Sorts theExternalManagedObjectModel
instances. -
Uses of ExternalManagedObjectModel in net.officefloor.model.section
Methods in net.officefloor.model.section that return ExternalManagedObjectModel Modifier and Type Method Description ExternalManagedObjectModel
ManagedFunctionObjectToExternalManagedObjectModel. getExternalManagedObject()
ExternalManagedObjectModel
SectionManagedObjectDependencyToExternalManagedObjectModel. getExternalManagedObject()
ExternalManagedObjectModel
SubSectionObjectToExternalManagedObjectModel. getExternalManagedObject()
Methods in net.officefloor.model.section that return types with arguments of type ExternalManagedObjectModel Modifier and Type Method Description Change<ExternalManagedObjectModel>
SectionChanges. addExternalManagedObject(java.lang.String externalManagedObjectName, java.lang.String objectType)
Adds theExternalManagedObjectModel
to theSectionModel
.java.util.List<ExternalManagedObjectModel>
SectionModel. getExternalManagedObjects()
RemoveConnectionsAction<ExternalManagedObjectModel>
ExternalManagedObjectModel. removeConnections()
Remove Connections.Change<ExternalManagedObjectModel>
SectionChanges. removeExternalManagedObject(ExternalManagedObjectModel externalManagedObject)
Removes theExternalManagedObjectModel
from theSectionModel
.Change<ExternalManagedObjectModel>
SectionChanges. renameExternalManagedObject(ExternalManagedObjectModel externalManagedObject, java.lang.String newExternalManagedObjectName)
Renames theExternalManagedObjectModel
.Constructors in net.officefloor.model.section with parameters of type ExternalManagedObjectModel Constructor Description ManagedFunctionObjectToExternalManagedObjectModel(java.lang.String externalManagedObjectName, ManagedFunctionObjectModel managedFunctionObject, ExternalManagedObjectModel externalManagedObject)
Convenience constructor.ManagedFunctionObjectToExternalManagedObjectModel(java.lang.String externalManagedObjectName, ManagedFunctionObjectModel managedFunctionObject, ExternalManagedObjectModel externalManagedObject, int x, int y)
Convenience constructor allowing XY initialising.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.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.SubSectionObjectToExternalManagedObjectModel(java.lang.String externalManagedObjectName, SubSectionObjectModel subSectionObject, ExternalManagedObjectModel externalManagedObject)
Convenience constructor.SubSectionObjectToExternalManagedObjectModel(java.lang.String externalManagedObjectName, SubSectionObjectModel subSectionObject, ExternalManagedObjectModel externalManagedObject, int x, int y)
Convenience constructor allowing XY initialising.
-