Uses of Interface
net.officefloor.model.section.SectionChanges
-
Packages that use SectionChanges Package Description net.officefloor.eclipse.ide.section net.officefloor.gef.section net.officefloor.gef.section.test net.officefloor.model.impl.section -
-
Uses of SectionChanges in net.officefloor.eclipse.ide.section
Methods in net.officefloor.eclipse.ide.section that return types with arguments of type SectionChanges Modifier and Type Method Description AbstractAdaptedIdeEditor<SectionModel,SectionModel.SectionEvent,SectionChanges>
SectionEditPart. createEditor(EnvironmentBridge envBridge)
-
Uses of SectionChanges in net.officefloor.gef.section
Method parameters in net.officefloor.gef.section with type arguments of type SectionChanges 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 SectionChanges in net.officefloor.gef.section.test
Methods in net.officefloor.gef.section.test that return types with arguments of type SectionChanges Modifier and Type Method Description protected AbstractAdaptedIdeEditor<SectionModel,SectionModel.SectionEvent,SectionChanges>
SectionIdeTestApplication. createEditor(EnvironmentBridge envBridge)
-
Uses of SectionChanges in net.officefloor.model.impl.section
Classes in net.officefloor.model.impl.section that implement SectionChanges Modifier and Type Class Description class
SectionChangesImpl
SectionChanges
implementation.
-