Uses of Class
net.officefloor.model.section.ManagedFunctionModel
-
Packages that use ManagedFunctionModel Package Description net.officefloor.gef.section net.officefloor.model.impl.section net.officefloor.model.section -
-
Uses of ManagedFunctionModel in net.officefloor.gef.section
Methods in net.officefloor.gef.section that return ManagedFunctionModel Modifier and Type Method Description ManagedFunctionModelManagedFunctionItem. prototype()Methods in net.officefloor.gef.section with parameters of type ManagedFunctionModel Modifier and Type Method Description voidManagedFunctionItem. loadToParent(FunctionNamespaceModel parentModel, ManagedFunctionModel itemModel)voidManagedFunctionObjectItem. loadToParent(ManagedFunctionModel parentModel, ManagedFunctionObjectModel itemModel)javafx.scene.layout.PaneManagedFunctionItem. visual(ManagedFunctionModel model, AdaptedChildVisualFactoryContext<ManagedFunctionModel> context)Method parameters in net.officefloor.gef.section with type arguments of type ManagedFunctionModel Modifier and Type Method Description javafx.scene.layout.PaneManagedFunctionItem. visual(ManagedFunctionModel model, AdaptedChildVisualFactoryContext<ManagedFunctionModel> context) -
Uses of ManagedFunctionModel in net.officefloor.model.impl.section
Methods in net.officefloor.model.impl.section that return types with arguments of type ManagedFunctionModel Modifier and Type Method Description <M extends java.lang.Enum<M>,F extends java.lang.Enum<F>>
Change<ManagedFunctionModel>SectionChangesImpl. addManagedFunction(FunctionNamespaceModel namespaceModel, ManagedFunctionType<M,F> functionType)Change<ManagedFunctionModel>SectionChangesImpl. removeManagedFunction(FunctionNamespaceModel namespace, ManagedFunctionModel managedFunction)Methods in net.officefloor.model.impl.section with parameters of type ManagedFunctionModel Modifier and Type Method Description <M extends java.lang.Enum<M>,F extends java.lang.Enum<F>>
Change<FunctionModel>SectionChangesImpl. addFunction(java.lang.String functionName, ManagedFunctionModel managedFunction, ManagedFunctionType<M,F> functionType)Change<ManagedFunctionModel>SectionChangesImpl. removeManagedFunction(FunctionNamespaceModel namespace, ManagedFunctionModel managedFunction)Method parameters in net.officefloor.model.impl.section with type arguments of type ManagedFunctionModel Modifier and Type Method Description static voidSectionChangesImpl. sortManagedFunctionModels(java.util.List<ManagedFunctionModel> managedFunctionModels)Sorts theManagedFunctionModelinstances. -
Uses of ManagedFunctionModel in net.officefloor.model.section
Methods in net.officefloor.model.section that return ManagedFunctionModel Modifier and Type Method Description ManagedFunctionModelManagedFunctionToFunctionModel. getManagedFunction()Methods in net.officefloor.model.section that return types with arguments of type ManagedFunctionModel Modifier and Type Method Description <M extends java.lang.Enum<M>,F extends java.lang.Enum<F>>
Change<ManagedFunctionModel>SectionChanges. addManagedFunction(FunctionNamespaceModel functionNamespaceModel, ManagedFunctionType<M,F> managedFunctionType)java.util.List<ManagedFunctionModel>FunctionNamespaceModel. getManagedFunctions()RemoveConnectionsAction<ManagedFunctionModel>ManagedFunctionModel. removeConnections()Remove Connections.Change<ManagedFunctionModel>SectionChanges. removeManagedFunction(FunctionNamespaceModel functionNamespaceModel, ManagedFunctionModel managedFunctionModel)Removes theManagedFunctionModelfrom theFunctionNamespaceModel.Methods in net.officefloor.model.section with parameters of type ManagedFunctionModel Modifier and Type Method Description <M extends java.lang.Enum<M>,F extends java.lang.Enum<F>>
Change<FunctionModel>SectionChanges. addFunction(java.lang.String functionName, ManagedFunctionModel managedFunctionModel, ManagedFunctionType<M,F> managedFunctionType)voidFunctionNamespaceModel. addManagedFunction(ManagedFunctionModel managedFunction)voidFunctionNamespaceModel. removeManagedFunction(ManagedFunctionModel managedFunction)Change<ManagedFunctionModel>SectionChanges. removeManagedFunction(FunctionNamespaceModel functionNamespaceModel, ManagedFunctionModel managedFunctionModel)Removes theManagedFunctionModelfrom theFunctionNamespaceModel.voidManagedFunctionToFunctionModel. setManagedFunction(ManagedFunctionModel managedFunction)Constructors in net.officefloor.model.section with parameters of type ManagedFunctionModel Constructor Description FunctionNamespaceModel(java.lang.String functionNamespaceName, java.lang.String managedFunctionSourceClassName, ManagedFunctionModel[] managedFunction, PropertyModel[] property)Convenience constructor.FunctionNamespaceModel(java.lang.String functionNamespaceName, java.lang.String managedFunctionSourceClassName, ManagedFunctionModel[] managedFunction, PropertyModel[] property, int x, int y)Convenience constructor allowing XY initialising.ManagedFunctionToFunctionModel(FunctionModel function, ManagedFunctionModel managedFunction)Convenience constructor.ManagedFunctionToFunctionModel(FunctionModel function, ManagedFunctionModel managedFunction, int x, int y)Convenience constructor allowing XY initialising.
-