Uses of Class
ca.phon.session.Record
Packages that use Record
-
Uses of Record in ca.phon.app.session
Methods in ca.phon.app.session that return types with arguments of type Record -
Uses of Record in ca.phon.app.session.editor
Methods in ca.phon.app.session.editor that return RecordModifier and TypeMethodDescriptionSessionEditor.currentRecord()
Return the current recordDefaultEditorDataModel.getRecord
(int idx) EditorDataModel.getRecord
(int idx) Get record at given index.EditorEventType.RecordAddedData.record()
Returns the value of therecord
record component.EditorEventType.RecordChangedData.record()
Returns the value of therecord
record component.EditorEventType.RecordDeletedData.record()
Returns the value of therecord
record component.EditorEventType.RecordExcludedChangedData.record()
Returns the value of therecord
record component.EditorEventType.RecordMovedData.record()
Returns the value of therecord
record component.EditorEventType.SpeakerChangedData.record()
Returns the value of therecord
record component.Methods in ca.phon.app.session.editor that return types with arguments of type RecordConstructors in ca.phon.app.session.editor with parameters of type RecordModifierConstructorDescriptionRecordAddedData
(int index, Record record) Creates an instance of aRecordAddedData
record class.RecordChangedData
(int index, Record record) Creates an instance of aRecordChangedData
record class.RecordDeletedData
(int index, Record record) Creates an instance of aRecordDeletedData
record class.RecordExcludedChangedData
(Record record, boolean excluded) Creates an instance of aRecordExcludedChangedData
record class.RecordMovedData
(int fromIndex, int toIndex, Record record) Creates an instance of aRecordMovedData
record class.SpeakerChangedData
(Record record, Participant oldSpeaker, Participant newSpeaker) Creates an instance of aSpeakerChangedData
record class. -
Uses of Record in ca.phon.app.session.editor.undo
Methods in ca.phon.app.session.editor.undo that return RecordModifier and TypeMethodDescriptionAddRecordEdit.getRecord()
MergeAllGroupsEdit.getRecord()
SplitGroupEdit.getRecord()
Constructors in ca.phon.app.session.editor.undo with parameters of type RecordModifierConstructorDescriptionAddGroupEdit
(SessionEditor editor, Record record, int groupIndex) AddRecordEdit
(SessionEditor editor, Record record) AddRecordEdit
(SessionEditor editor, Record record, int index) ChangeSpeakerEdit
(SessionEditor editor, Record record, Participant speaker) MergeAllGroupsEdit
(SessionEditor editor, Record record) MergeGroupEdit
(SessionEditor editor, Record record, int groupIndex) RecordExcludeEdit
(SessionEditor editor, Record record, boolean exclude) RecordMoveEdit
(SessionEditor editor, Record record, int position) RemoveGroupEdit
(SessionEditor editor, Record record, int groupIndex) SplitGroupEdit
(SessionEditor editor, Record record, int gIndex, int eleIndex) -
Uses of Record in ca.phon.app.session.editor.view.common
Methods in ca.phon.app.session.editor.view.common with parameters of type RecordModifier and TypeMethodDescriptionTierEditorFactory.createTierEditor
(SessionEditor editor, TierDescription tierDescription, Record record, Tier<?> tier, int group) Create a new tier editor for the given tier. -
Uses of Record in ca.phon.app.session.editor.view.ipa_lookup
Methods in ca.phon.app.session.editor.view.ipa_lookup that return RecordMethods in ca.phon.app.session.editor.view.ipa_lookup with parameters of type RecordModifier and TypeMethodDescriptionvoid
AutoTranscriber.transcribeRecord
(Record record) Transcribe the given record. -
Uses of Record in ca.phon.app.session.editor.view.record_data
Method parameters in ca.phon.app.session.editor.view.record_data with type arguments of type RecordModifier and TypeMethodDescriptionvoid
RecordDataEditorView.onPasteTier
(PhonActionEvent<Tuple<Record, Tier<?>>> pae) -
Uses of Record in ca.phon.app.session.editor.view.record_data.actions
Methods in ca.phon.app.session.editor.view.record_data.actions that return RecordMethods in ca.phon.app.session.editor.view.record_data.actions with parameters of type RecordConstructors in ca.phon.app.session.editor.view.record_data.actions with parameters of type RecordModifierConstructorDescriptionMergeGroupCommand
(RecordDataEditorView editor, Record record, int index) NewGroupCommand
(RecordDataEditorView editor, Record record, int index) -
Uses of Record in ca.phon.app.session.editor.view.speech_analysis
Methods in ca.phon.app.session.editor.view.speech_analysis with parameters of type Record -
Uses of Record in ca.phon.app.session.editor.view.timeline
Methods in ca.phon.app.session.editor.view.timeline that return RecordModifier and TypeMethodDescriptionRecordGrid.getCurrentRecord()
RecordGrid.getLeftRecordSplit()
RecordGrid.getRightRecordSplit()
Methods in ca.phon.app.session.editor.view.timeline with parameters of type RecordModifier and TypeMethodDescriptionvoid
RecordGrid.beginSplitMode
(Record leftRecord, Record rightRecord) Setup split mode - only fires a single property change eventprotected Rectangle2D
DefaultRecordGridUI.calculateSegmentLabelRect
(Graphics2D g2, int recordIndex, Record r, Rectangle2D segmentRect) DefaultRecordGridUI.getSegmentRect
(Record record) abstract Rectangle2D
RecordGridUI.getSegmentRect
(Record record) protected Rectangle2D
DefaultRecordGridUI.paintSegment
(Graphics2D g2, int recordIndex, Record r, Rectangle2D segmentRect) protected void
DefaultRecordGridUI.paintSegmentLabel
(Graphics2D g2, Record r, String tierName, Rectangle2D labelRect) protected void
DefaultRecordGridUI.paintSegmentLabelAndActions
(Graphics2D g2, int recordIndex, Record r, Rectangle2D segmentRect) protected void
DefaultRecordGridUI.paintZeroLengthSegment
(Graphics2D g2, int recordIndex, Record r, Rectangle2D segmentRect) void
DefaultRecordGridUI.repaintOverlappingRecords
(Record record) abstract void
RecordGridUI.repaintOverlappingRecords
(Record r) void
TimelineView.scrollToRecord
(Record r) Centers view on given recordvoid
RecordGrid.setCurrentRecord
(Record r) void
RecordGrid.setLeftRecordSplit
(Record record) void
RecordGrid.setRightRecordSplit
(Record record) void
TimelineRecordTier.setupRecord
(Record r) -
Uses of Record in ca.phon.phontalk.parser
Fields in ca.phon.phontalk.parser declared as RecordMethods in ca.phon.phontalk.parser that return RecordMethods in ca.phon.phontalk.parser with parameters of type Record -
Uses of Record in ca.phon.phontalk.plugin
Methods in ca.phon.phontalk.plugin that return RecordMethods in ca.phon.phontalk.plugin with parameters of type Record -
Uses of Record in ca.phon.query.db
Methods in ca.phon.query.db with parameters of type Record -
Uses of Record in ca.phon.query.script
Methods in ca.phon.query.script with parameters of type RecordModifier and TypeMethodDescriptionvoid
QueryScriptContext.callQueryRecord
(org.mozilla.javascript.Scriptable scope, Integer recordIndex, Record record) Call thequery_record
function. -
Uses of Record in ca.phon.session
Methods in ca.phon.session that return RecordModifier and TypeMethodDescriptionSessionFactory.cloneRecord
(Record record) Clone the given record.SessionFactory.createRecord()
Create a new record.SessionFactory.createRecord
(Participant speaker) Create a new record with the specified speaker.SessionFactory.createRecord
(RecordSPI recordImpl) Group.getRecord()
Session.getRecord
(int pos) Methods in ca.phon.session that return types with arguments of type RecordMethods in ca.phon.session with parameters of type RecordModifier and TypeMethodDescriptionvoid
void
SessionFactory.cloneRecord
(Record record) Clone the given record.SessionFactory.createGroup
(Record r, int gIdx) Create group object for given record and indexint
Session.getRecordPosition
(Record record) void
Session.removeRecord
(Record record) void
Session.setRecordPosition
(Record record, int position) Method parameters in ca.phon.session with type arguments of type Record -
Uses of Record in ca.phon.session.filter
Methods in ca.phon.session.filter that return types with arguments of type RecordModifier and TypeMethodDescriptionAbstractRecordFilter.filterUtterances
(List<Record> utts) Filter the given list of utterances.Methods in ca.phon.session.filter with parameters of type RecordModifier and TypeMethodDescriptionboolean
ParticipantRecordFilter.checkRecord
(Record utt) boolean
RangeRecordFilter.checkRecord
(Record utt) boolean
RecordFilter.checkRecord
(Record utt) Does the given utterance match our pattern?Method parameters in ca.phon.session.filter with type arguments of type RecordModifier and TypeMethodDescriptionAbstractRecordFilter.filterUtterances
(List<Record> utts) Filter the given list of utterances. -
Uses of Record in ca.phon.session.impl
Methods in ca.phon.session.impl that return RecordMethods in ca.phon.session.impl with parameters of type RecordModifier and TypeMethodDescriptionvoid
void
int
SessionImpl.getRecordPosition
(Record record) void
SessionImpl.removeRecord
(Record record) void
SessionImpl.setRecordPosition
(Record record, int position) -
Uses of Record in ca.phon.session.spi
Methods in ca.phon.session.spi that return RecordModifier and TypeMethodDescriptionSessionSPI.getRecord
(int pos) Return the record at the given index.Methods in ca.phon.session.spi with parameters of type RecordModifier and TypeMethodDescriptionvoid
Add a new record to the list in the given position.void
Add a new record to the sessionint
SessionSPI.getRecordPosition
(Record record) Get the position of the given record.void
SessionSPI.removeRecord
(Record record) Remove a record from the session.void
SessionSPI.setRecordPosition
(Record record, int position) Set the position of the given record