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 ExternalManagedObjectModelExternalManagedObjectItem. prototype()Methods in net.officefloor.gef.section with parameters of type ExternalManagedObjectModel Modifier and Type Method Description ExternalManagedObjectItemExternalManagedObjectItem. item(ExternalManagedObjectModel model)voidExternalManagedObjectItem. loadToParent(SectionModel parentModel, ExternalManagedObjectModel itemModel)javafx.scene.layout.PaneExternalManagedObjectItem. 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.PaneExternalManagedObjectItem. 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 voidSectionChangesImpl. sortExternalManagedObjects(java.util.List<ExternalManagedObjectModel> externalManagedObjects)Sorts theExternalManagedObjectModelinstances. -
Uses of ExternalManagedObjectModel in net.officefloor.model.section
Methods in net.officefloor.model.section that return ExternalManagedObjectModel Modifier and Type Method Description ExternalManagedObjectModelManagedFunctionObjectToExternalManagedObjectModel. getExternalManagedObject()ExternalManagedObjectModelSectionManagedObjectDependencyToExternalManagedObjectModel. getExternalManagedObject()ExternalManagedObjectModelSubSectionObjectToExternalManagedObjectModel. 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 theExternalManagedObjectModelto theSectionModel.java.util.List<ExternalManagedObjectModel>SectionModel. getExternalManagedObjects()RemoveConnectionsAction<ExternalManagedObjectModel>ExternalManagedObjectModel. removeConnections()Remove Connections.Change<ExternalManagedObjectModel>SectionChanges. removeExternalManagedObject(ExternalManagedObjectModel externalManagedObject)Removes theExternalManagedObjectModelfrom 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.
-