Class ParticipantsTableModel

java.lang.Object
javax.swing.table.AbstractTableModel
ca.phon.ui.participant.ParticipantsTableModel
All Implemented Interfaces:
Serializable, TableModel

public class ParticipantsTableModel extends AbstractTableModel
See Also:
  • Constructor Details

    • ParticipantsTableModel

      public ParticipantsTableModel(Session t)
  • Method Details

    • getColumnCount

      public int getColumnCount()
    • getRowCount

      public int getRowCount()
    • getColumnName

      public String getColumnName(int col)
      Specified by:
      getColumnName in interface TableModel
      Overrides:
      getColumnName in class AbstractTableModel
    • isShowCalculatedAges

      public boolean isShowCalculatedAges()
    • setShowCalculatedAges

      public void setShowCalculatedAges(boolean showCalculatedAges)
    • getValueAt

      public Object getValueAt(int rowIndex, int columnIndex)