Package | Description |
---|---|
org.eclipse.nebula.paperclips.core.grid | |
org.eclipse.nebula.paperclips.core.grid.internal |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.List<java.util.List<GridCell>> |
GridPrint.body
Two-dimensional list of all body cells.
|
(package private) java.util.List<java.util.List<GridCell>> |
GridPrint.footer
Two-dimension list of all footer cells.
|
(package private) java.util.List<java.util.List<GridCell>> |
GridPrint.header
Two-dimension list of all header cells.
|
Modifier and Type | Method and 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 and Description |
---|---|
class |
GridCellImpl
Instances of this class represent a single cell in a GridPrint.
|
Constructor and Description |
---|
GridCellIterator(GridCell cell,
org.eclipse.swt.graphics.Device device,
org.eclipse.swt.graphics.GC gc) |