Class GridCellSpanManager


  • class GridCellSpanManager
    extends java.lang.Object
    • 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)  
      • Methods inherited from class java.lang.Object

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

      • listOfCellSpanRectangles

        java.util.List<org.eclipse.swt.graphics.Rectangle> listOfCellSpanRectangles
      • lastUsedCellSpanRectangle

        org.eclipse.swt.graphics.Rectangle lastUsedCellSpanRectangle
    • Constructor Detail

      • GridCellSpanManager

        GridCellSpanManager()
    • 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)