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 SubSectionModel
SubSectionItem. prototype()
Methods in net.officefloor.gef.section with parameters of type SubSectionModel Modifier and Type Method Description SubSectionItem
SubSectionItem. item(SubSectionModel model)
void
SubSectionInputItem. loadToParent(SubSectionModel parentModel, SubSectionInputModel itemModel)
void
SubSectionItem. loadToParent(SectionModel parentModel, SubSectionModel itemModel)
void
SubSectionOutputItem. loadToParent(SubSectionModel parentModel, SubSectionOutputModel itemModel)
javafx.scene.layout.Pane
SubSectionItem. 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.Pane
SubSectionItem. 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 void
SectionChangesImpl. sortSubSections(java.util.List<SubSectionModel> subSections)
Sorts theSubSectionModel
instances. -
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 aSubSectionModel
to theSectionModel
.java.util.List<SubSectionModel>
SectionModel. getSubSections()
RemoveConnectionsAction<SubSectionModel>
SubSectionModel. removeConnections()
Remove Connections.Change<SubSectionModel>
SectionChanges. removeSubSection(SubSectionModel subSection)
Removes theSubSectionModel
from theSectionModel
.Change<SubSectionModel>
SectionChanges. renameSubSection(SubSectionModel subSection, java.lang.String newSubSectionName)
Renames theSubSectionModel
to the new name.Methods in net.officefloor.model.section with parameters of type SubSectionModel Modifier and Type Method Description void
SectionModel. addSubSection(SubSectionModel subSection)
Change<SubSectionModel>
SectionChanges. removeSubSection(SubSectionModel subSection)
Removes theSubSectionModel
from theSectionModel
.void
SectionModel. removeSubSection(SubSectionModel subSection)
Change<SubSectionModel>
SectionChanges. renameSubSection(SubSectionModel subSection, java.lang.String newSubSectionName)
Renames theSubSectionModel
to 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.
-