Uses of Class
ca.phon.app.session.editor.view.transcript.TranscriptBatchBuilder
Packages that use TranscriptBatchBuilder
Package
Description
-
Uses of TranscriptBatchBuilder in ca.phon.app.session.editor.view.transcript
Methods in ca.phon.app.session.editor.view.transcript that return TranscriptBatchBuilderModifier and TypeMethodDescriptionTranscriptBatchBuilder.appendComment(Comment comment, boolean chatTierNamesShown) Writes a given comment to the batchTranscriptBatchBuilder.appendCommentValue(Comment comment, AttributeSet attrs) TranscriptBatchBuilder.appendEOL()Appends an end of lineTranscriptBatchBuilder.appendEOL(AttributeSet attrs) Writes a given gem to the batchTranscriptBatchBuilder.appendGeneric(String label, Tier<?> tier, AttributeSet additionalAttributes) Gets a list ofDefaultStyledDocument.ElementSpecfor a specified "generic tier"TranscriptBatchBuilder.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 batchTranscriptBatchBuilder.appendTierLabel(Session session, Record record, Tier<?> tier, String label, TierViewItem tierViewItem, boolean chatTierNamesShown, AttributeSet additionalAttrs) Appends the label of the given tier to the batch.Constructors in ca.phon.app.session.editor.view.transcript with parameters of type TranscriptBatchBuilderModifierConstructorDescriptionAnnotationVisitor(SimpleAttributeSet attrs, TranscriptBatchBuilder batchBuilder) KeywordVisitor(AttributeSet attrs, TranscriptBatchBuilder batchBuilder) WordElementVisitor(SimpleAttributeSet attrs, TranscriptBatchBuilder batchBuilder) -
Uses of TranscriptBatchBuilder in ca.phon.app.session.editor.view.transcript.extensions
Methods in ca.phon.app.session.editor.view.transcript.extensions with parameters of type TranscriptBatchBuilderModifier and TypeMethodDescriptionvoidHeaderTierExtension.appendTiersHeader(TranscriptBatchBuilder batchBuilder) Gets a list ofDefaultStyledDocument.ElementSpecthat contains the data for the tiers headervoidAlignmentExtension.buildAlignmentBatch(TranscriptBatchBuilder batchBuilder, AttributeSet attrs) voidSyllabificationExtension.buildSyllabificationBatch(TranscriptBatchBuilder builder, MutableAttributeSet attrs) Builds a syllabification batch for the current session and attributes.