Package | Description |
---|---|
org.eclipse.nebula.paperclips.core.grid | |
org.eclipse.nebula.paperclips.core.grid.internal |
Modifier and Type | Method | Description |
---|---|---|
GridCell[][] |
GridPrint.getBodyCells() |
Returns an array containing the body cells in the grid.
|
GridCell[][] |
GridPrint.getFooterCells() |
Returns an array containing the footer cells in the grid.
|
GridCell[][] |
GridPrint.getHeaderCells() |
Returns an array containing the header cells in this grid.
|
Modifier and Type | Class | Description |
---|---|---|
class |
GridCellImpl |
Instances of this class represent a single cell in a GridPrint.
|
Constructor | Description |
---|---|
GridCellIterator(GridCell cell,
org.eclipse.swt.graphics.Device device,
org.eclipse.swt.graphics.GC gc) |