public class HexagonalGridEditPartFactory
extends java.lang.Object
implements org.eclipse.gef.EditPartFactory
Constructor and Description |
---|
HexagonalGridEditPartFactory() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.gef.EditPart |
createEditPart(org.eclipse.gef.EditPart context,
java.lang.Object model)
Overrides the default behavior to connect Grids and Cells to their
corresponding EditParts (GridEditPart and CellEditPart).
|
public org.eclipse.gef.EditPart createEditPart(org.eclipse.gef.EditPart context, java.lang.Object model)
createEditPart
in interface org.eclipse.gef.EditPartFactory