Class TableLayout.Cell

java.lang.Object
com.bc.ceres.swing.TableLayout.Cell
Enclosing class:
TableLayout

public static class TableLayout.Cell extends Object
  • Field Details

    • row

      public int row
    • col

      public int col
    • rowspan

      public int rowspan
    • colspan

      public int colspan
  • Constructor Details

    • Cell

      public Cell()
    • Cell

      public Cell(int row, int col)
    • Cell

      public Cell(int row, int col, int rowspan, int colspan)