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 SectionModel
ExampleSectionEditorMain. createRootModel()
protected SectionModel
ExampleSectionEditorMain. 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 SectionModel
SectionEditor. loadRootModel(ConfigurationItem configurationItem)
SectionModel
SectionEditor. newFileRoot()
SectionModel
SectionEditor. prototype()
Methods in net.officefloor.gef.section with parameters of type SectionModel Modifier and Type Method Description void
ExternalFlowItem. loadToParent(SectionModel parentModel, ExternalFlowModel itemModel)
void
ExternalManagedObjectItem. loadToParent(SectionModel parentModel, ExternalManagedObjectModel itemModel)
void
FunctionItem. loadToParent(SectionModel parentModel, FunctionModel itemModel)
void
FunctionNamespaceItem. loadToParent(SectionModel parentModel, FunctionNamespaceModel itemModel)
void
ManagedObjectItem. loadToParent(SectionModel parentModel, SectionManagedObjectModel itemModel)
void
ManagedObjectSourceItem. loadToParent(SectionModel parentModel, SectionManagedObjectSourceModel itemModel)
void
SubSectionItem. loadToParent(SectionModel parentModel, SubSectionModel itemModel)
void
SectionEditor. saveRootModel(SectionModel model, WritableConfigurationItem configurationItem)
Method parameters in net.officefloor.gef.section with type arguments of type SectionModel Modifier and Type Method Description protected void
SectionEditor. init(AbstractItem.ConfigurableContext<SectionModel,SectionChanges> context)
protected void
SectionEditor. 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 void
SectionRepositoryImpl. retrieveSection(SectionModel section, ConfigurationItem configuration)
void
SectionRepositoryImpl. 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 void
SectionRepository. retrieveSection(SectionModel section, ConfigurationItem configuration)
Retrieves theSectionModel
from theConfigurationItem
.void
SectionRepository. storeSection(SectionModel section, WritableConfigurationItem configuration)
Stores theSectionModel
into theConfigurationItem
.
-