Class TableCell

  • Direct Known Subclasses:
    DataCell, PlaceHolderCell, RemovedCell

    public abstract class TableCell
    extends java.lang.Object
    Creation-Date: 10.09.2006, 17:28:05
    Author:
    Thomas Morgner
    • Constructor Summary

      Constructors 
      Constructor Description
      TableCell​(int rowSpan, int colSpan)  
    • Constructor Detail

      • TableCell

        public TableCell​(int rowSpan,
                         int colSpan)
    • Method Detail

      • getRowSpan

        public int getRowSpan()
      • getColSpan

        public int getColSpan()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object