Interface TableArea.Model

Enclosing class:
TableArea

public static interface TableArea.Model
  • Method Details

    • getRowCount

      int getRowCount()
    • getColCount

      int getColCount()
    • getCell

      Object getCell(int col, int row)
    • getRow

      Object getRow(int index)
    • getCol

      Object getCol(int index)
    • refresh

      void refresh()