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 ManagedFunctionModel
ManagedFunctionItem. prototype()
Methods in net.officefloor.gef.section with parameters of type ManagedFunctionModel Modifier and Type Method Description void
ManagedFunctionItem. loadToParent(FunctionNamespaceModel parentModel, ManagedFunctionModel itemModel)
void
ManagedFunctionObjectItem. loadToParent(ManagedFunctionModel parentModel, ManagedFunctionObjectModel itemModel)
javafx.scene.layout.Pane
ManagedFunctionItem. 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.Pane
ManagedFunctionItem. 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 void
SectionChangesImpl. sortManagedFunctionModels(java.util.List<ManagedFunctionModel> managedFunctionModels)
Sorts theManagedFunctionModel
instances. -
Uses of ManagedFunctionModel in net.officefloor.model.section
Methods in net.officefloor.model.section that return ManagedFunctionModel Modifier and Type Method Description ManagedFunctionModel
ManagedFunctionToFunctionModel. 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 theManagedFunctionModel
from 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)
void
FunctionNamespaceModel. addManagedFunction(ManagedFunctionModel managedFunction)
void
FunctionNamespaceModel. removeManagedFunction(ManagedFunctionModel managedFunction)
Change<ManagedFunctionModel>
SectionChanges. removeManagedFunction(FunctionNamespaceModel functionNamespaceModel, ManagedFunctionModel managedFunctionModel)
Removes theManagedFunctionModel
from theFunctionNamespaceModel
.void
ManagedFunctionToFunctionModel. 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.
-