Uses of Class
net.officefloor.model.section.SectionModel
-
-
Uses of SectionModel in net.officefloor.eclipse.editor.test
Methods in net.officefloor.eclipse.editor.test that return SectionModel Modifier and Type Method Description protected SectionModelExampleSectionEditorMain. createRootModel()protected SectionModelExampleSectionEditorMain. createRootReplacement() -
Uses of SectionModel in net.officefloor.eclipse.ide.section
Methods in net.officefloor.eclipse.ide.section that return types with arguments of type SectionModel Modifier and Type Method Description AbstractAdaptedIdeEditor<SectionModel,SectionModel.SectionEvent,SectionChanges>SectionEditPart. createEditor(EnvironmentBridge envBridge)protected AbstractAdaptedIdeEditor<SectionModel,?,?>SectionNewWizard. createEditor(EnvironmentBridge envBridge) -
Uses of SectionModel in net.officefloor.gef.section
Methods in net.officefloor.gef.section that return SectionModel Modifier and Type Method Description protected SectionModelSectionEditor. loadRootModel(ConfigurationItem configurationItem)SectionModelSectionEditor. newFileRoot()SectionModelSectionEditor. prototype()Methods in net.officefloor.gef.section with parameters of type SectionModel Modifier and Type Method Description voidExternalFlowItem. loadToParent(SectionModel parentModel, ExternalFlowModel itemModel)voidExternalManagedObjectItem. loadToParent(SectionModel parentModel, ExternalManagedObjectModel itemModel)voidFunctionItem. loadToParent(SectionModel parentModel, FunctionModel itemModel)voidFunctionNamespaceItem. loadToParent(SectionModel parentModel, FunctionNamespaceModel itemModel)voidManagedObjectItem. loadToParent(SectionModel parentModel, SectionManagedObjectModel itemModel)voidManagedObjectSourceItem. loadToParent(SectionModel parentModel, SectionManagedObjectSourceModel itemModel)voidSubSectionItem. loadToParent(SectionModel parentModel, SubSectionModel itemModel)voidSectionEditor. saveRootModel(SectionModel model, WritableConfigurationItem configurationItem)Method parameters in net.officefloor.gef.section with type arguments of type SectionModel Modifier and Type Method Description protected voidSectionEditor. init(AbstractItem.ConfigurableContext<SectionModel,SectionChanges> context)protected voidSectionEditor. loadParents(java.util.List<AbstractConfigurableItem<SectionModel,SectionModel.SectionEvent,SectionChanges,?,?,?>> parents) -
Uses of SectionModel in net.officefloor.gef.section.test
Methods in net.officefloor.gef.section.test that return types with arguments of type SectionModel Modifier and Type Method Description protected AbstractAdaptedIdeEditor<SectionModel,SectionModel.SectionEvent,SectionChanges>SectionIdeTestApplication. createEditor(EnvironmentBridge envBridge) -
Uses of SectionModel in net.officefloor.model.impl.section
Methods in net.officefloor.model.impl.section with parameters of type SectionModel Modifier and Type Method Description voidSectionRepositoryImpl. retrieveSection(SectionModel section, ConfigurationItem configuration)voidSectionRepositoryImpl. storeSection(SectionModel section, WritableConfigurationItem configuration)Constructors in net.officefloor.model.impl.section with parameters of type SectionModel Constructor Description SectionChangesImpl(SectionModel section)Initiate. -
Uses of SectionModel in net.officefloor.model.section
Methods in net.officefloor.model.section that return types with arguments of type SectionModel Modifier and Type Method Description RemoveConnectionsAction<SectionModel>SectionModel. removeConnections()Remove Connections.Methods in net.officefloor.model.section with parameters of type SectionModel Modifier and Type Method Description voidSectionRepository. retrieveSection(SectionModel section, ConfigurationItem configuration)Retrieves theSectionModelfrom theConfigurationItem.voidSectionRepository. storeSection(SectionModel section, WritableConfigurationItem configuration)Stores theSectionModelinto theConfigurationItem.
-