| Package | Description |
|---|---|
| org.eclipse.nebula.paperclips.core.grid | |
| org.eclipse.nebula.paperclips.core.grid.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicGridLookPainter
A abstract GridLookPainter which simplifies implementation of custom
GridLooks.
|
| Modifier and Type | Method and Description |
|---|---|
GridLookPainter |
GridLook.getPainter(org.eclipse.swt.graphics.Device device,
org.eclipse.swt.graphics.GC gc)
Returns a GridLookPainter for painting the GridLook.
|
GridLookPainter |
DefaultGridLook.getPainter(org.eclipse.swt.graphics.Device device,
org.eclipse.swt.graphics.GC gc) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultGridLookPainter |
| Modifier and Type | Field and Description |
|---|---|
(package private) GridLookPainter |
GridLookPainterPiece.look |
(package private) GridLookPainter |
GridIterator.look |
| Constructor and Description |
|---|
GridLookPainterPiece(GridLookPainter look,
int[] colSizes,
int[] headerRows,
int[][] headerColSpans,
int firstRowIndex,
boolean topOpen,
int[] bodyRows,
int[][] bodyColSpans,
boolean bottomOpen,
int[] footerRows,
int[][] footerColSpans) |