class GridCellSpanManager
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) org.eclipse.swt.graphics.Rectangle |
lastUsedCellSpanRectangle |
(package private) java.util.List<org.eclipse.swt.graphics.Rectangle> |
listOfCellSpanRectangles |
| Constructor and Description |
|---|
GridCellSpanManager() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addCellSpanInfo(int colIndex,
int rowIndex,
int colSpan,
int rowSpan) |
protected void |
consumeCell(int columnIndex,
int rowIndex) |
protected boolean |
skipCell(int columnIndex,
int rowIndex) |