Interface EditorDataModel

All Known Implementing Classes:
DefaultEditorDataModel

public interface EditorDataModel
Data model for the session editor.
  • Method Details

    • getSession

      Session getSession()
      Get the session (if any) associated with the editor.
      Returns:
      session
    • setSession

      void setSession(Session session)
      Set the current session
    • getRecordCount

      int getRecordCount()
      Get the number of records.
      Returns:
      number of records
    • getRecord

      Record getRecord(int idx)
      Get record at given index.
      Parameters:
      idx -
      Returns:
      record
    • getTranscriber

      Transcriber getTranscriber()
      If the session is in 'blind' mode then this method will return the transcriber that is currently making edits.
      Returns:
      transcriber or null if not in blind mode
    • setTranscriber

      void setTranscriber(Transcriber transcriber)
      Set the blind mode transcriber
      Parameters:
      transcriber -