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

    Modifier and Type Method 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)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

  • Method Details

    • addCellSpanInfo

      protected void addCellSpanInfo​(int colIndex, int rowIndex, int colSpan, int rowSpan)
    • skipCell

      protected boolean skipCell​(int columnIndex, int rowIndex)
    • consumeCell

      protected void consumeCell​(int columnIndex, int rowIndex)