Interface | Description |
---|---|
IGridListener |
This interface provides a listener for grid cells.
|
Class | Description |
---|---|
Cell |
This class provides the Model for a Cell in a
Grid . |
CellEditPart |
This class provides the Controller for a
Cell . |
CellEditPart.MyMarquee |
The only customization currently implemented for this dragTracker is to
toggle all EditParts that are touched by its bounding box when the mouse
button is released.
|
CellFigure |
This class provides a default view for a
Cell model. |
CircularCellEditPart |
This class provides the Controller for a
Cell . |
CircularCellFigure |
This class provides a circular view for a
Cell model. |
CircularGridEditPart |
This class provides the "root" EditPart (circular) for the
Grid
model. |
CircularGridEditPartFactory |
This class connects GEF EditParts to the GridEditor's model so that the
appropriate EditParts can be created from the corresponding model.
|
Grid |
This class provides the model for a grid of Cells.
|
GridData |
This class provides a constraint for the custom GridLayout in this same
package.
|
GridEditorInput |
In GEF, editors need to be passed an IEditorInput.
|
GridEditorTools | |
GridEditPart |
This class provides the "root" EditPart (rectangular) for the
Grid
model. |
GridEditPartFactory |
This class connects GEF EditParts to the GridEditor's model so that the
appropriate EditParts can be created from the corresponding model.
|
GridLayout |
This class provides an alternative grid-based layout to draw2d's SWT-inspired
GridLayout.
|
HexagonalCellEditPart |
This class provides the Controller for a
Cell . |
HexagonalCellFigure |
This class provides a hexagonal view for a
Cell model. |
HexagonalGridEditPart |
This class provides the "root" EditPart (hexagonal) for the
Grid
model. |
HexagonalGridEditPartFactory |
This class connects GEF EditParts to the GridEditor's model so that the
appropriate EditParts can be created from the corresponding model.
|
HexagonalGridLayout |
This class extends the GridLayout to an evenly-sized, hexagon-based grid
layout.
|
Enum | Description |
---|---|
Cell.State |
This enumerates the possible states for a Cell to have.
|