Uses of Class
ca.phon.session.Transcriber
Packages that use Transcriber
-
Uses of Transcriber in ca.phon.app.session
Methods in ca.phon.app.session that return TranscriberModifier and TypeMethodDescriptionFilteredSession.getTranscriber
(int i) FilteredSession.getTranscriber
(String username) Methods in ca.phon.app.session with parameters of type TranscriberModifier and TypeMethodDescriptionvoid
FilteredSession.addTranscriber
(Transcriber t) void
FilteredSession.removeTranscriber
(Transcriber t) -
Uses of Transcriber in ca.phon.app.session.editor
Methods in ca.phon.app.session.editor that return TranscriberModifier and TypeMethodDescriptionDefaultEditorDataModel.getTranscriber()
EditorDataModel.getTranscriber()
If the session is in 'blind' mode then this method will return the transcriber that is currently making edits.EditorEventType.TierChangeData.transcriber()
Returns the value of thetranscriber
record component.Methods in ca.phon.app.session.editor with parameters of type TranscriberModifier and TypeMethodDescriptionvoid
DefaultEditorDataModel.setTranscriber
(Transcriber transcriber) void
EditorDataModel.setTranscriber
(Transcriber transcriber) Set the blind mode transcriber orVALIDATOR
if returning to default validation modeConstructors in ca.phon.app.session.editor with parameters of type TranscriberModifierConstructorDescriptionSessionEditor
(Project project, Session session, Transcriber transcriber) ConstructorSessionEditorWindow
(Project project, Session session, Transcriber transcriber) TierChangeData
(Transcriber transcriber, Record record, Tier<?> tier, Object oldValue, Object newValue, boolean valueAdjusting) Creates an instance of aTierChangeData
record class. -
Uses of Transcriber in ca.phon.app.session.editor.autotranscribe
Methods in ca.phon.app.session.editor.autotranscribe that return TranscriberModifier and TypeMethodDescriptionAutoTranscribeAction.getTranscriber()
AutoTranscriber.getTranscriber()
Methods in ca.phon.app.session.editor.autotranscribe with parameters of type TranscriberConstructors in ca.phon.app.session.editor.autotranscribe with parameters of type TranscriberModifierConstructorDescriptionAutoTranscribeAction
(Project project, Session session, EditorEventManager editorEventManager, UndoableEditSupport undoSupport, Transcriber transcriber) Constructor -
Uses of Transcriber in ca.phon.app.session.editor.undo
Methods in ca.phon.app.session.editor.undo that return TranscriberConstructors in ca.phon.app.session.editor.undo with parameters of type TranscriberModifierConstructorDescriptionTierEdit
(SessionEditor editor, Transcriber transcriber, Record record, Tier<T> tier, T newValue) New tier editor event with transcriber specifiedTierEdit
(Session session, EditorEventManager editorEventManager, Transcriber transcriber, Record record, Tier<T> tier, String text) TierEdit
(Session session, EditorEventManager editorEventManager, Transcriber transcriber, Record record, Tier<T> tier, String text, boolean valueAdjusting) Tier edit using text with all parameters specifiedTierEdit
(Session session, EditorEventManager editorEventManager, Transcriber transcriber, Record record, Tier<T> tier, T newValue) TierEdit
(Session session, EditorEventManager editorEventManager, Transcriber transcriber, Record record, Tier<T> tier, T newValue, boolean valueAdjusting) Tier edit with all parameters specified -
Uses of Transcriber in ca.phon.app.session.editor.view.common
Methods in ca.phon.app.session.editor.view.common that return TranscriberConstructors in ca.phon.app.session.editor.view.common with parameters of type TranscriberModifierConstructorDescriptionIPAGroupField
(Tier<IPATranscript> tier, Transcriber transcriber) IPAGroupField
(Tier<IPATranscript> tier, Transcriber transcriber, Syllabifier syllabifier) -
Uses of Transcriber in ca.phon.app.session.editor.view.ipaDictionary
Constructors in ca.phon.app.session.editor.view.ipaDictionary with parameters of type TranscriberModifierConstructorDescriptionIPALookupEdit
(Session session, EditorEventManager editorEventManager, Transcriber transcriber, Record record, IPADictionary dictionary, String orthography, Tier<IPATranscript> tier, IPATranscript newValue, boolean valueAdjusting) -
Uses of Transcriber in ca.phon.app.session.editor.view.syllabificationAlignment
Constructors in ca.phon.app.session.editor.view.syllabificationAlignment with parameters of type TranscriberModifierConstructorDescriptionSyllabifyEdit
(SessionEditor editor, Tier<IPATranscript> ipaTier, Syllabifier syllabifier, Transcriber transcriber) SyllabifyEdit
(Session session, EditorEventManager eventManager, Tier<IPATranscript> ipaTier, Syllabifier syllabifier, Transcriber transcriber) -
Uses of Transcriber in ca.phon.app.session.editor.view.transcript
Methods in ca.phon.app.session.editor.view.transcript that return TranscriberModifier and TypeMethodDescriptionTranscriptDocument.getTranscriber()
Get the transcriber for the documentMethods in ca.phon.app.session.editor.view.transcript with parameters of type TranscriberModifier and TypeMethodDescriptionTranscriptBatchBuilder.appendRecord
(Session session, Record record, Transcriber transcriber, boolean chatTierNamesShown) Writes the contents of the given record to the batchTranscriptBatchBuilder.appendTier
(Session session, Record record, Tier<?> tier, TierViewItem tierViewItem, Transcriber transcriber, boolean chatTierNamesShown, AttributeSet additionalAttrs) Inserts a given tier at the end of the batchTranscriptBatchBuilder.appendTierContent
(Record record, Tier<?> tier, Transcriber transcriber, AttributeSet tierAttrs) Appends the contents of the given tier to the batchvoid
TranscriptDocument.setTranscriber
(Transcriber transcriber) Set transcriber for the document, this will not reload the document -
Uses of Transcriber in ca.phon.app.session.editor.view.transcript.extensions
Methods in ca.phon.app.session.editor.view.transcript.extensions with parameters of type TranscriberModifier and TypeMethodDescriptionAlignmentExtension.getFormattedAlignment
(Record record, Tier<PhoneAlignment> alignmentTier, Transcriber transcriber, AttributeSet attrs) Gets a list ofDefaultStyledDocument.ElementSpec
that contains the data for the properly formatted alignment tier contentAutoTranscriptionExtension.getOrthography
(Record record, Transcriber transcriber) Get orthography for given record -
Uses of Transcriber in ca.phon.session
Classes in ca.phon.session that implement interfaces with type arguments of type TranscriberModifier and TypeClassDescriptionfinal class
Iterator/vistor access forSession
Transcriber
sfinal class
Iterator/vistor access forSession
Transcriber
sFields in ca.phon.session declared as TranscriberModifier and TypeFieldDescriptionstatic final Transcriber
Transcriber.VALIDATOR
Default transcriber objectMethods in ca.phon.session that return TranscriberModifier and TypeMethodDescriptionSessionFactory.createTranscriber()
Create a new transcriber object.SessionFactory.createTranscriber
(TranscriberSPI transcriberImpl) Session.getTranscriber
(int i) Session.getTranscriber
(String username) Methods in ca.phon.session that return types with arguments of type TranscriberMethods in ca.phon.session with parameters of type TranscriberModifier and TypeMethodDescriptionvoid
Session.addTranscriber
(Transcriber t) static PhoneAlignment
PhoneAlignment.fromTiers
(Tier<IPATranscript> targetTier, Tier<IPATranscript> alignedTier, Transcriber transcriber) Return phone alignment for tiers using transcription for provided transcribervoid
Session.removeTranscriber
(Transcriber t) Method parameters in ca.phon.session with type arguments of type Transcriber -
Uses of Transcriber in ca.phon.session.impl
Methods in ca.phon.session.impl that return TranscriberModifier and TypeMethodDescriptionSessionImpl.getTranscriber
(int i) SessionImpl.getTranscriber
(String username) Methods in ca.phon.session.impl with parameters of type TranscriberModifier and TypeMethodDescriptionvoid
SessionImpl.addTranscriber
(Transcriber t) void
SessionImpl.removeTranscriber
(Transcriber t) -
Uses of Transcriber in ca.phon.session.spi
Methods in ca.phon.session.spi that return TranscriberModifier and TypeMethodDescriptionSessionSPI.getTranscriber
(int i) Get thei
th transcriber.SessionSPI.getTranscriber
(String username) Get transcriber for the specified usernameMethods in ca.phon.session.spi with parameters of type TranscriberModifier and TypeMethodDescriptionvoid
SessionSPI.addTranscriber
(Transcriber t) Add a new transcribervoid
SessionSPI.removeTranscriber
(Transcriber t) Remove a transcriber