| Package | Description |
|---|---|
| org.eclipse.nebula.paperclips.core.grid | |
| org.eclipse.nebula.paperclips.core.grid.internal |
| Class and Description |
|---|
| CellBackgroundProvider
Instances of this interface provide background colors to be drawn behind
cells in a grid.
|
| DefaultCellBackgroundProvider
Default implementation of the CellBackgroundProvider interface.
|
| GridCell
Instances of this interface represent a single cell in a GridPrint.
|
| GridColumn
Describes the properties of a column in a GridPrint.
|
| GridLook
A pluggable "look" for a GridPrint.
|
| GridLookPainter
Interface for drawing a GridLook.
|
| GridMargins
An interface for informing a GridPrint what cell margins to use for the
GridLook.
|
| Class and Description |
|---|
| BasicGridLookPainter
A abstract GridLookPainter which simplifies implementation of custom
GridLooks.
|
| DefaultGridLook
A GridLook which draws a border around grid cells, with configurable
background colors for body, header, and footer cells.
|
| GridCell
Instances of this interface represent a single cell in a GridPrint.
|
| GridColumn
Describes the properties of a column in a GridPrint.
|
| GridLookPainter
Interface for drawing a GridLook.
|
| GridMargins
An interface for informing a GridPrint what cell margins to use for the
GridLook.
|
| GridPrint
A Print which arranges child prints into a grid.
|