Package org.eclipse.nebula.widgets.grid
Class GridCellSpanManager
- java.lang.Object
-
- org.eclipse.nebula.widgets.grid.GridCellSpanManager
-
class GridCellSpanManager extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) org.eclipse.swt.graphics.Rectangle
lastUsedCellSpanRectangle
(package private) java.util.List<org.eclipse.swt.graphics.Rectangle>
listOfCellSpanRectangles
-
Constructor Summary
Constructors Constructor Description GridCellSpanManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
addCellSpanInfo(int colIndex, int rowIndex, int colSpan, int rowSpan)
protected void
consumeCell(int columnIndex, int rowIndex)
private org.eclipse.swt.graphics.Rectangle
findSpanRectangle(int columnIndex, int rowIndex)
protected boolean
skipCell(int columnIndex, int rowIndex)
-
-
-
Method Detail
-
addCellSpanInfo
protected void addCellSpanInfo(int colIndex, int rowIndex, int colSpan, int rowSpan)
-
findSpanRectangle
private org.eclipse.swt.graphics.Rectangle findSpanRectangle(int columnIndex, int rowIndex)
-
skipCell
protected boolean skipCell(int columnIndex, int rowIndex)
-
consumeCell
protected void consumeCell(int columnIndex, int rowIndex)
-
-