Interface GridModel<T>

All Superinterfaces:
VersionedObject<GridModel<T>>
All Known Implementing Classes:
ArrayGridModel, GridModelWrapper, ListBox.GridModelDelegate, ListModel

public interface GridModel<T> extends VersionedObject<GridModel<T>>
  • Method Details

    • getRowCount

      int getRowCount()
    • getColumnCount

      int getColumnCount()
    • getCell

      T getCell(int row, int col, T existing)
    • setCell

      void setCell(int row, int col, T value)