Uses of Class
net.officefloor.model.section.SectionModel.SectionEvent
-
Packages that use SectionModel.SectionEvent Package Description net.officefloor.eclipse.ide.section net.officefloor.gef.section net.officefloor.gef.section.test net.officefloor.model.section -
-
Uses of SectionModel.SectionEvent in net.officefloor.eclipse.ide.section
Methods in net.officefloor.eclipse.ide.section that return types with arguments of type SectionModel.SectionEvent Modifier and Type Method Description AbstractAdaptedIdeEditor<SectionModel,SectionModel.SectionEvent,SectionChanges>
SectionEditPart. createEditor(EnvironmentBridge envBridge)
-
Uses of SectionModel.SectionEvent in net.officefloor.gef.section
Method parameters in net.officefloor.gef.section with type arguments of type SectionModel.SectionEvent Modifier and Type Method Description protected void
SectionEditor. loadParents(java.util.List<AbstractConfigurableItem<SectionModel,SectionModel.SectionEvent,SectionChanges,?,?,?>> parents)
-
Uses of SectionModel.SectionEvent in net.officefloor.gef.section.test
Methods in net.officefloor.gef.section.test that return types with arguments of type SectionModel.SectionEvent Modifier and Type Method Description protected AbstractAdaptedIdeEditor<SectionModel,SectionModel.SectionEvent,SectionChanges>
SectionIdeTestApplication. createEditor(EnvironmentBridge envBridge)
-
Uses of SectionModel.SectionEvent in net.officefloor.model.section
Methods in net.officefloor.model.section that return SectionModel.SectionEvent Modifier and Type Method Description static SectionModel.SectionEvent
SectionModel.SectionEvent. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SectionModel.SectionEvent[]
SectionModel.SectionEvent. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-