Uses of Class
net.officefloor.model.section.SubSectionModel
-
Packages that use SubSectionModel Package Description net.officefloor.gef.section net.officefloor.model.impl.section net.officefloor.model.section -
-
Uses of SubSectionModel in net.officefloor.gef.section
Methods in net.officefloor.gef.section that return SubSectionModel Modifier and Type Method Description SubSectionModelSubSectionItem. prototype()Methods in net.officefloor.gef.section with parameters of type SubSectionModel Modifier and Type Method Description SubSectionItemSubSectionItem. item(SubSectionModel model)voidSubSectionInputItem. loadToParent(SubSectionModel parentModel, SubSectionInputModel itemModel)voidSubSectionItem. loadToParent(SectionModel parentModel, SubSectionModel itemModel)voidSubSectionOutputItem. loadToParent(SubSectionModel parentModel, SubSectionOutputModel itemModel)javafx.scene.layout.PaneSubSectionItem. visual(SubSectionModel model, AdaptedChildVisualFactoryContext<SubSectionModel> context)Method parameters in net.officefloor.gef.section with type arguments of type SubSectionModel Modifier and Type Method Description javafx.scene.layout.PaneSubSectionItem. visual(SubSectionModel model, AdaptedChildVisualFactoryContext<SubSectionModel> context) -
Uses of SubSectionModel in net.officefloor.model.impl.section
Methods in net.officefloor.model.impl.section that return types with arguments of type SubSectionModel Modifier and Type Method Description Change<SubSectionModel>SectionChangesImpl. addSubSection(java.lang.String subSectionName, java.lang.String sectionSourceClassName, java.lang.String sectionLocation, PropertyList properties, SectionType sectionType)Change<SubSectionModel>SectionChangesImpl. removeSubSection(SubSectionModel subSection)Change<SubSectionModel>SectionChangesImpl. renameSubSection(SubSectionModel subSection, java.lang.String newSubSectionName)Methods in net.officefloor.model.impl.section with parameters of type SubSectionModel Modifier and Type Method Description Change<SubSectionModel>SectionChangesImpl. removeSubSection(SubSectionModel subSection)Change<SubSectionModel>SectionChangesImpl. renameSubSection(SubSectionModel subSection, java.lang.String newSubSectionName)Method parameters in net.officefloor.model.impl.section with type arguments of type SubSectionModel Modifier and Type Method Description static voidSectionChangesImpl. sortSubSections(java.util.List<SubSectionModel> subSections)Sorts theSubSectionModelinstances. -
Uses of SubSectionModel in net.officefloor.model.section
Methods in net.officefloor.model.section that return types with arguments of type SubSectionModel Modifier and Type Method Description Change<SubSectionModel>SectionChanges. addSubSection(java.lang.String subSectionName, java.lang.String sectionSourceClassName, java.lang.String sectionLocation, PropertyList properties, SectionType sectionType)Adds aSubSectionModelto theSectionModel.java.util.List<SubSectionModel>SectionModel. getSubSections()RemoveConnectionsAction<SubSectionModel>SubSectionModel. removeConnections()Remove Connections.Change<SubSectionModel>SectionChanges. removeSubSection(SubSectionModel subSection)Removes theSubSectionModelfrom theSectionModel.Change<SubSectionModel>SectionChanges. renameSubSection(SubSectionModel subSection, java.lang.String newSubSectionName)Renames theSubSectionModelto the new name.Methods in net.officefloor.model.section with parameters of type SubSectionModel Modifier and Type Method Description voidSectionModel. addSubSection(SubSectionModel subSection)Change<SubSectionModel>SectionChanges. removeSubSection(SubSectionModel subSection)Removes theSubSectionModelfrom theSectionModel.voidSectionModel. removeSubSection(SubSectionModel subSection)Change<SubSectionModel>SectionChanges. renameSubSection(SubSectionModel subSection, java.lang.String newSubSectionName)Renames theSubSectionModelto the new name.Constructors in net.officefloor.model.section with parameters of type SubSectionModel Constructor Description 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.
-