Class CellView


  • public class CellView
    extends java.lang.Object
    This class represent a cell in a table view
    • Constructor Summary

      Constructors 
      Constructor Description
      CellView()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • cell

        public org.w3c.dom.Element cell
      • nRowSpan

        public int nRowSpan
      • nColSpan

        public int nColSpan
      • nOriginalRow

        public int nOriginalRow
      • nOriginalCol

        public int nOriginalCol
    • Constructor Detail

      • CellView

        public CellView()