Uses of Class
net.officefloor.model.section.SubSectionInputModel
-
Packages that use SubSectionInputModel Package Description net.officefloor.gef.section net.officefloor.model.impl.section net.officefloor.model.section -
-
Uses of SubSectionInputModel in net.officefloor.gef.section
Methods in net.officefloor.gef.section that return SubSectionInputModel Modifier and Type Method Description SubSectionInputModelSubSectionInputItem. prototype()Methods in net.officefloor.gef.section with parameters of type SubSectionInputModel Modifier and Type Method Description voidSubSectionInputItem. loadToParent(SubSectionModel parentModel, SubSectionInputModel itemModel)javafx.scene.layout.PaneSubSectionInputItem. visual(SubSectionInputModel model, AdaptedChildVisualFactoryContext<SubSectionInputModel> context)Method parameters in net.officefloor.gef.section with type arguments of type SubSectionInputModel Modifier and Type Method Description javafx.scene.layout.PaneSubSectionInputItem. visual(SubSectionInputModel model, AdaptedChildVisualFactoryContext<SubSectionInputModel> context) -
Uses of SubSectionInputModel in net.officefloor.model.impl.section
Methods in net.officefloor.model.impl.section that return types with arguments of type SubSectionInputModel Modifier and Type Method Description Change<SubSectionInputModel>SectionChangesImpl. setSubSectionInputPublic(boolean isPublic, java.lang.String publicName, SubSectionInputModel input) -
Uses of SubSectionInputModel in net.officefloor.model.section
Methods in net.officefloor.model.section that return SubSectionInputModel Modifier and Type Method Description SubSectionInputModelFunctionToNextSubSectionInputModel. getNextSubSectionInput()SubSectionInputModelFunctionEscalationToSubSectionInputModel. getSubSectionInput()SubSectionInputModelFunctionFlowToSubSectionInputModel. getSubSectionInput()SubSectionInputModelSectionManagedObjectSourceFlowToSubSectionInputModel. getSubSectionInput()SubSectionInputModelSubSectionOutputToSubSectionInputModel. getSubSectionInput()Methods in net.officefloor.model.section that return types with arguments of type SubSectionInputModel Modifier and Type Method Description java.util.List<SubSectionInputModel>SubSectionModel. getSubSectionInputs()RemoveConnectionsAction<SubSectionInputModel>SubSectionInputModel. removeConnections()Remove Connections.Change<SubSectionInputModel>SectionChanges. setSubSectionInputPublic(boolean isPublic, java.lang.String publicName, SubSectionInputModel input)Sets theSubSectionInputModelpublic/private.Constructors in net.officefloor.model.section with parameters of type SubSectionInputModel Constructor Description FunctionEscalationToSubSectionInputModel(java.lang.String subSectionName, java.lang.String subSectionInputName, FunctionEscalationModel functionEscalation, SubSectionInputModel subSectionInput)Convenience constructor.FunctionEscalationToSubSectionInputModel(java.lang.String subSectionName, java.lang.String subSectionInputName, FunctionEscalationModel functionEscalation, SubSectionInputModel subSectionInput, int x, int y)Convenience constructor allowing XY initialising.FunctionFlowToSubSectionInputModel(java.lang.String subSectionName, java.lang.String subSectionInputName, FunctionFlowModel functionFlow, SubSectionInputModel subSectionInput, boolean isSpawnThreadState)Convenience constructor.FunctionFlowToSubSectionInputModel(java.lang.String subSectionName, java.lang.String subSectionInputName, FunctionFlowModel functionFlow, SubSectionInputModel subSectionInput, boolean isSpawnThreadState, int x, int y)Convenience constructor allowing XY initialising.FunctionToNextSubSectionInputModel(java.lang.String subSectionName, java.lang.String subSectionInputName, FunctionModel previousFunction, SubSectionInputModel nextSubSectionInput)Convenience constructor.FunctionToNextSubSectionInputModel(java.lang.String subSectionName, java.lang.String subSectionInputName, FunctionModel previousFunction, SubSectionInputModel nextSubSectionInput, int x, int y)Convenience constructor allowing XY initialising.SectionManagedObjectSourceFlowToSubSectionInputModel(java.lang.String subSectionName, java.lang.String subSectionInputName, SectionManagedObjectSourceFlowModel sectionManagedObjectSourceFlow, SubSectionInputModel subSectionInput)Convenience constructor.SectionManagedObjectSourceFlowToSubSectionInputModel(java.lang.String subSectionName, java.lang.String subSectionInputName, SectionManagedObjectSourceFlowModel sectionManagedObjectSourceFlow, SubSectionInputModel subSectionInput, int x, int y)Convenience constructor allowing XY initialising.SubSectionModel(java.lang.String subSectionName, java.lang.String sectionSourceClassName, java.lang.String sectionLocation, PropertyModel[] property, SubSectionInputModel[] subSectionInput, SubSectionOutputModel[] subSectionOutput, SubSectionObjectModel[] subSectionObject)Convenience constructor.SubSectionModel(java.lang.String subSectionName, java.lang.String sectionSourceClassName, java.lang.String sectionLocation, PropertyModel[] property, SubSectionInputModel[] subSectionInput, SubSectionOutputModel[] subSectionOutput, SubSectionObjectModel[] subSectionObject, int x, int y)Convenience constructor allowing XY initialising.SubSectionOutputToSubSectionInputModel(java.lang.String subSectionName, java.lang.String subSectionInputName, SubSectionOutputModel subSectionOutput, SubSectionInputModel subSectionInput)Convenience constructor.SubSectionOutputToSubSectionInputModel(java.lang.String subSectionName, java.lang.String subSectionInputName, SubSectionOutputModel subSectionOutput, SubSectionInputModel subSectionInput, int x, int y)Convenience constructor allowing XY initialising.
-