Class Table.Cell

  • Enclosing class:
    Table

    public static class Table.Cell
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Cell​(java.lang.String... content)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addLine​(java.lang.String line)  
      • Methods inherited from class java.lang.Object

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

      • Cell

        public Cell​(java.lang.String... content)
    • Method Detail

      • addLine

        public void addLine​(java.lang.String line)