Class ParticipantTableModel

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

public class ParticipantTableModel extends AbstractTableModel
See Also:
  • Field Details

    • shortVersion

      public boolean shortVersion
      Short version ?
  • Constructor Details

    • ParticipantTableModel

      public ParticipantTableModel(Participant participant, LocalDate sessionDate)
  • Method Details

    • getColumnCount

      public int getColumnCount()
    • getRowCount

      public int getRowCount()
    • getValueAt

      public Object getValueAt(int rowIndex, int columnIndex)
    • isCellEditable

      public boolean isCellEditable(int rowIndex, int columnIndex)
      Specified by:
      isCellEditable in interface TableModel
      Overrides:
      isCellEditable in class AbstractTableModel
    • setValueAt

      public void setValueAt(Object aValue, int rowIndex, int columnIndex)
      Specified by:
      setValueAt in interface TableModel
      Overrides:
      setValueAt in class AbstractTableModel
    • isShortVersion

      public boolean isShortVersion()
    • setShortVersion

      public void setShortVersion(boolean shortVersion)
    • getParticipant

      public Participant getParticipant()
    • setParticipant

      public void setParticipant(Participant participant)