Uses of Class
net.officefloor.model.section.ManagedFunctionObjectModel
-
Packages that use ManagedFunctionObjectModel Package Description net.officefloor.gef.section net.officefloor.model.impl.section net.officefloor.model.section -
-
Uses of ManagedFunctionObjectModel in net.officefloor.gef.section
Methods in net.officefloor.gef.section that return ManagedFunctionObjectModel Modifier and Type Method Description ManagedFunctionObjectModelManagedFunctionObjectItem. prototype()Methods in net.officefloor.gef.section with parameters of type ManagedFunctionObjectModel Modifier and Type Method Description voidManagedFunctionObjectItem. loadToParent(ManagedFunctionModel parentModel, ManagedFunctionObjectModel itemModel)javafx.scene.layout.PaneManagedFunctionObjectItem. visual(ManagedFunctionObjectModel model, AdaptedChildVisualFactoryContext<ManagedFunctionObjectModel> context)Method parameters in net.officefloor.gef.section with type arguments of type ManagedFunctionObjectModel Modifier and Type Method Description javafx.scene.layout.PaneManagedFunctionObjectItem. visual(ManagedFunctionObjectModel model, AdaptedChildVisualFactoryContext<ManagedFunctionObjectModel> context) -
Uses of ManagedFunctionObjectModel in net.officefloor.model.impl.section
Methods in net.officefloor.model.impl.section that return types with arguments of type ManagedFunctionObjectModel Modifier and Type Method Description Change<ManagedFunctionObjectModel>SectionChangesImpl. setObjectAsParameter(boolean isParameter, ManagedFunctionObjectModel functionObject)Methods in net.officefloor.model.impl.section with parameters of type ManagedFunctionObjectModel Modifier and Type Method Description Change<ManagedFunctionObjectToExternalManagedObjectModel>SectionChangesImpl. linkManagedFunctionObjectToExternalManagedObject(ManagedFunctionObjectModel managedFunctionObject, ExternalManagedObjectModel externalManagedObject)Change<ManagedFunctionObjectToSectionManagedObjectModel>SectionChangesImpl. linkManagedFunctionObjectToSectionManagedObject(ManagedFunctionObjectModel managedFunctionObject, SectionManagedObjectModel managedObject)Change<ManagedFunctionObjectModel>SectionChangesImpl. setObjectAsParameter(boolean isParameter, ManagedFunctionObjectModel functionObject) -
Uses of ManagedFunctionObjectModel in net.officefloor.model.section
Methods in net.officefloor.model.section that return ManagedFunctionObjectModel Modifier and Type Method Description ManagedFunctionObjectModelManagedFunctionObjectToExternalManagedObjectModel. getManagedFunctionObject()ManagedFunctionObjectModelManagedFunctionObjectToSectionManagedObjectModel. getManagedFunctionObject()Methods in net.officefloor.model.section that return types with arguments of type ManagedFunctionObjectModel Modifier and Type Method Description java.util.List<ManagedFunctionObjectModel>ManagedFunctionModel. getManagedFunctionObjects()RemoveConnectionsAction<ManagedFunctionObjectModel>ManagedFunctionObjectModel. removeConnections()Remove Connections.Change<ManagedFunctionObjectModel>SectionChanges. setObjectAsParameter(boolean isParameter, ManagedFunctionObjectModel managedFunctionObjectModel)Specifies aManagedFunctionObjectModelas a parameter or an object.Constructors in net.officefloor.model.section with parameters of type ManagedFunctionObjectModel Constructor Description ManagedFunctionModel(java.lang.String managedFunctionName, ManagedFunctionObjectModel[] managedFunctionObject, ManagedFunctionToFunctionModel[] function)Convenience constructor.ManagedFunctionModel(java.lang.String managedFunctionName, ManagedFunctionObjectModel[] managedFunctionObject, ManagedFunctionToFunctionModel[] function, int x, int y)Convenience constructor allowing XY initialising.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.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.
-