Uses of Class
ca.phon.session.Tier
Packages that use Tier
-
Uses of Tier in ca.phon.app.session
Methods in ca.phon.app.session that return TierConstructors in ca.phon.app.session with parameters of type Tier -
Uses of Tier in ca.phon.app.session.editor
Methods in ca.phon.app.session.editor that return TierModifier and TypeMethodDescriptionTier<?> EditorEventType.TierChangeData.tier()Returns the value of thetierrecord component.Constructors in ca.phon.app.session.editor with parameters of type TierModifierConstructorDescriptionTierChangeData(Transcriber transcriber, Record record, Tier<?> tier, Object oldValue, Object newValue, boolean valueAdjusting) Creates an instance of aTierChangeDatarecord class. -
Uses of Tier in ca.phon.app.session.editor.autotranscribe
Methods in ca.phon.app.session.editor.autotranscribe with parameters of type TierModifier and TypeMethodDescriptionAutoTranscriber.transcribeTier(Record record, Tier<IPATranscript> ipaTier) Transcribe tier.AutoTranscriber.transcribeTier(Map<Tier<IPATranscript>, IPATranscript> transcriptMap, Record record, Tier<IPATranscript> ipaTier) Transcribe tier.Method parameters in ca.phon.app.session.editor.autotranscribe with type arguments of type TierModifier and TypeMethodDescriptionAutoTranscriber.transcribeTier(Map<Tier<IPATranscript>, IPATranscript> transcriptMap, Record record, Tier<IPATranscript> ipaTier) Transcribe tier. -
Uses of Tier in ca.phon.app.session.editor.undo
Methods in ca.phon.app.session.editor.undo that return TierMethods in ca.phon.app.session.editor.undo with parameters of type TierModifier and TypeMethodDescription<R> voidTierEdit.fireTierChange(Tier<R> tier, R oldValue, R newValue) Fire tier change events for given tier oldLoc value and new valueConstructors in ca.phon.app.session.editor.undo with parameters of type TierModifierConstructorDescriptionWith record provided if not the current recordTierEdit(SessionEditor editor, Tier<T> tier, String text) TierEdit(SessionEditor editor, Tier<T> tier, T newValue) TierEdit(SessionEditor editor, Transcriber transcriber, Record record, Tier<T> tier, T newValue) New tier editor event with transcriber specifiedTierEdit(Session session, EditorEventManager editorEventManager, Record record, Tier<T> tier, String text) Tier edit using text as new tier valueTierEdit(Session session, EditorEventManager editorEventManager, Record record, Tier<T> tier, T newValue) TierEdit(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 Tier in ca.phon.app.session.editor.view.common
Methods in ca.phon.app.session.editor.view.common that return TierMethods in ca.phon.app.session.editor.view.common with parameters of type TierModifier and TypeMethodDescription<T> TierEditor<T> TierEditorFactory.createTierEditor(SessionEditor editor, TierDescription tierDescription, Record record, Tier<T> tier) Create a new tier editor for the given tier.voidIPAFieldTooltip.setAlignmentTier(Tier<PhoneAlignment> alignment) voidTierEditorListener.tierValueChanged(Tier<T> tier, T newValue, T oldValue, boolean valueIsAdjusting) Called when the value of a tier has changed and focus has left the tier editor.Constructors in ca.phon.app.session.editor.view.common with parameters of type TierModifierConstructorDescriptionGroupField(Tier<T> tier) GroupField(Tier<T> tier, boolean allowNewLine) IPAGroupField(Tier<IPATranscript> tier) IPAGroupField(Tier<IPATranscript> tier, Transcriber transcriber) IPAGroupField(Tier<IPATranscript> tier, Transcriber transcriber, Syllabifier syllabifier) MediaSegmentTierComponent(SessionEditor editor, Record record, Tier<MediaSegment> tier) NotesField(Tier<TierData> tier) OrthoGroupField(Tier<Orthography> tier) SyllabificationAndAlignmentPopupWindow(Tier<IPATranscript> ipaTier, int wordIndex) SyllabificationAndAlignmentPopupWindow(Tier<IPATranscript> ipaTier, Optional<Tier<PhoneAlignment>> alignmentTierOpt, int wordIndex) Constructor parameters in ca.phon.app.session.editor.view.common with type arguments of type TierModifierConstructorDescriptionSyllabificationAndAlignmentPopupWindow(Tier<IPATranscript> ipaTier, Optional<Tier<PhoneAlignment>> alignmentTierOpt, int wordIndex) -
Uses of Tier in ca.phon.app.session.editor.view.ipaDictionary
Constructors in ca.phon.app.session.editor.view.ipaDictionary with parameters of type TierModifierConstructorDescriptionIPALookupEdit(SessionEditor editor, IPADictionary dictionary, String orthography, Tier<IPATranscript> tier, IPATranscript newValue) ConstructorIPALookupEdit(Session session, EditorEventManager editorEventManager, Transcriber transcriber, Record record, IPADictionary dictionary, String orthography, Tier<IPATranscript> tier, IPATranscript newValue, boolean valueAdjusting) -
Uses of Tier in ca.phon.app.session.editor.view.syllabificationAlignment
Methods in ca.phon.app.session.editor.view.syllabificationAlignment that return TierModifier and TypeMethodDescriptionScTypeEdit.ScEditData.tier()Returns the value of thetierrecord component.Constructors in ca.phon.app.session.editor.view.syllabificationAlignment with parameters of type TierModifierConstructorDescriptionScEditData(Record record, Tier<IPATranscript> tier, IPATranscript ipa, int eleIdx, SyllableConstituentType oldType, SyllableConstituentType newType) Creates an instance of aScEditDatarecord class.ScTypeEdit(SessionEditor editor, Transcriber transcriber, Tier<IPATranscript> tier, Record record, IPATranscript transcript, int index, SyllableConstituentType scType) ScTypeEdit(Session session, EditorEventManager eventManager, Transcriber transcriber, Record record, Tier<IPATranscript> tier, IPATranscript transcript, int index, SyllableConstituentType scType) SyllabifyEdit(SessionEditor editor, int transcriptElementIndex, Tier<IPATranscript> ipaTier, Syllabifier syllabifier) SyllabifyEdit(SessionEditor editor, int transcriptElementIndex, Tier<IPATranscript> ipaTier, Syllabifier syllabifier, Transcriber transcriber) SyllabifyEdit(Session session, EditorEventManager eventManager, int transcriptElementIndex, Tier<IPATranscript> ipaTier, Syllabifier syllabifier, Transcriber transcriber) ToggleDiphthongEdit(SessionEditor editor, int transcriptElementIndex, Tier<IPATranscript> tier, int index1, int index2) ToggleDiphthongEdit(Session session, EditorEventManager editorEventManager, int transcriptElementIndex, Tier<IPATranscript> tier, int index1, int index2, Transcriber transcriber) -
Uses of Tier in ca.phon.app.session.editor.view.transcript
Methods in ca.phon.app.session.editor.view.transcript that return TierModifier and TypeMethodDescriptionTranscriptStyleConstants.getCommentTier(MutableAttributeSet attrs) static Tier<?> TranscriptStyleConstants.getGenericTier(AttributeSet attrs) Get the generic tier associated with the given attributesstatic Tier<?> TranscriptStyleConstants.getParentTier(AttributeSet attrs) Get the parent tier associated with the given attributesTier<?> TranscriptDocument.getTier(int position) Gets the tier containing the specified positionstatic Tier<?> TranscriptStyleConstants.getTier(AttributeSet attrs) Get the tier associated with the given attributesTier<?> DefaultTierLabelMenuHandler.RecordAndTier.tier()Returns the value of thetierrecord component.Methods in ca.phon.app.session.editor.view.transcript with parameters of type TierModifier and TypeMethodDescriptionvoidDefaultTierLabelMenuHandler.addMenuItems(MenuBuilder builder, Session session, EditorEventManager eventManager, SessionEditUndoSupport undoSupport, Tier<?> tier, Record record) voidTierLabelMenuHandler.addMenuItems(MenuBuilder builder, Session session, EditorEventManager eventManager, SessionEditUndoSupport undoSupport, Tier<?> tier, Record record) TranscriptBatchBuilder.appendGeneric(String label, Tier<?> tier, AttributeSet additionalAttributes) Gets a list ofDefaultStyledDocument.ElementSpecfor a specified "generic tier"TranscriptBatchBuilder.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.voidTranscriptEditor.changeTierData(Record record, Tier<?> tier, String newData) Changes the data in a given tier if the provided data is differentvoidTranscriptEditor.genericDataChanged(Tier<?> genericTier, String newData) Changes the data in a given generic tier if the provided data is differentTranscriptStyleContext.getBlindTranscriptionAttributes(Tier<?> tier, String transcriber) Gets the attributes for the blind transcription of a given transcriber in a given tierintTranscriptDocument.getGenericContentEnd(Tier<?> genericTier) Gets the end position of the specified "generic tier"intTranscriptDocument.getGenericContentStart(Tier<?> genericTier) Gets the start position of the specified "generic tier"TranscriptDocument.getGenericContentStartEnd(Tier<?> genericTier) Get the range of the given generic tier content (header tier)intTranscriptDocument.getGenericEnd(Tier<?> genericTier) Gets the end position of the specified "generic tier"intTranscriptDocument.getGenericStart(Tier<?> genericTier) Gets the start position of the "generic tier" with the specified nameTranscriptDocument.getGenericStartEnd(Tier<?> genericTier) Get the range of the given generic tier (header tier)TranscriptStyleContext.getIPAPauseAttributes(Tier<IPATranscript> tier) Gets the attributes for an IPA pauseTranscriptStyleContext.getIPAWordAttributes(Tier<IPATranscript> tier) Gets the attributes for an IPA wordTranscriptStyleContext.getTierAttributes(Tier<?> tier) Gets the attributes for a given tierTranscriptStyleContext.getTierAttributes(Tier<?> tier, TierViewItem item) Gets the attributes for a given tierTranscriptStyleContext.getTierLabelAttributes(Tier<?> tier) Gets the attributes for the label of a given tier line.TranscriptBatchBuilder.getTierText(Tier<?> tier, String transcriber) Gets the text value of a given tier for a given transcriberTranscriptDocument.getTierText(Tier<?> tier, String transcriber) Gets the text value of a given tier for a given transcriberTranscriptStyleContext.getTranscriptionSelectorAttributes(Record record, Tier<?> tier, String transcriptionText, Session session, EditorEventManager eventManager, SessionEditUndoSupport undoSupport) Gets an attribute set containing a reference to the transcript selector component factory.voidTranscriptDocument.onTierDataChanged(Record record, Tier<?> tier) Updates the data of the specified tierstatic voidTranscriptStyleConstants.setCommentTier(MutableAttributeSet attrs, Tier<TierData> commentTier) static voidTranscriptStyleConstants.setGenericTier(MutableAttributeSet attrs, Tier<?> genericTier) Set the generic tier for the given attributesstatic voidTranscriptStyleConstants.setParentTier(MutableAttributeSet attrs, Tier<?> parentTier) Set the parent tier for the given attributesstatic voidTranscriptStyleConstants.setTier(MutableAttributeSet attrs, Tier<?> tier) Set the tier for the given attributesMethod parameters in ca.phon.app.session.editor.view.transcript with type arguments of type TierModifier and TypeMethodDescriptionvoidInsert tier at given tier view index for all records using the provided suppliervoidDefaultTierLabelMenuHandler.onCopyTier(PhonActionEvent<Tier<?>> pae) Constructors in ca.phon.app.session.editor.view.transcript with parameters of type TierModifierConstructorDescriptionRecordAndTier(Record record, Tier<?> tier) Creates an instance of aRecordAndTierrecord class.TranscriptionSelectorComponentFactory(Session session, EditorEventManager eventManager, SessionEditUndoSupport undoSupport, Record record, Tier<?> tier, String transcriptionText) Constructor -
Uses of Tier in ca.phon.app.session.editor.view.transcript.extensions
Methods in ca.phon.app.session.editor.view.transcript.extensions with parameters of type TierModifier and TypeMethodDescriptionvoidAutoTranscriptionExtension.acceptAutoTranscription(Record record, Tier<IPATranscript> tier, AutomaticTranscription automaticTranscription) Accept automatic transcriptionvoidAutoTranscriptionExtension.acceptAutoTranscriptionToFirstSelection(Record record, Tier<IPATranscript> tier, AutomaticTranscription automaticTranscription) Accept automatic transcription up to first word with optionsAlignmentExtension.getFormattedAlignment(Record record, Tier<PhoneAlignment> alignmentTier, Transcriber transcriber, AttributeSet attrs) Gets a list ofDefaultStyledDocument.ElementSpecthat contains the data for the properly formatted alignment tier content -
Uses of Tier in ca.phon.session
Methods in ca.phon.session that return TierModifier and TypeMethodDescriptionTier<?> SessionFactory.createTier(TierDescription tierDescription) Create a new tier object from given description<T> Tier<T> SessionFactory.createTier(Class<T> type, TierSPI<T> tierImpl) SessionFactory.createTier(String name) Create a new text tier.<T> Tier<T> SessionFactory.createTier(String name, Class<T> type) Create a new tier object with the specified type and alignment rules<T> Tier<T> SessionFactory.createTier(String name, Class<T> type, Map<String, String> tierParameters, boolean excludeFromAlignment) Create a new tier object with the specified type and alignment rules<T> Tier<T> SessionFactory.createTier(String name, Class<T> type, Map<String, String> tierParameters, boolean excludeFromAlignment, boolean blind) Record.getIPAActualTier()Get IPA Actual tierRecord.getIPATargetTier()Get IPA Target tierRecord.getNotesTier()Deprecated.since Phon 4.0, use 'Comments' tier insteadRecord.getOrthographyTier()Get orthography tierRecord.getPhoneAlignmentTier()Get phone alignment tierRecord.getSegmentTier()Get media segment tierTier<?> Get the given tier (type unspecified)<T> Tier<T> Get the given tier with the expected type.Methods in ca.phon.session that return types with arguments of type TierModifier and TypeMethodDescriptionRecord.getTiersOfType(Class<T> type) Return a list of all present tiers which have the given type.Record.getUserTiers()Get an unmodifiable list of all user tiersMethods in ca.phon.session with parameters of type TierModifier and TypeMethodDescriptionstatic SyllabifierSyllabifierOptions.findSyllabifier(Session session, Record record, Tier<IPATranscript> tier) Return syllabifier based on the following rules: If tier parameters has a value for key TIER_SYLLABIFIER, use syllabifier for that language if found If record language is set, attempt to find syllabifier for that language If session language is set, attempt to find syllabifier for that language Finally, return default syllabifierstatic PhoneAlignmentPhoneAlignment.fromTiers(Tier<IPATranscript> targetTier, Tier<IPATranscript> alignedTier) Create PhoneAlignment from given ipa tiersstatic PhoneAlignmentPhoneAlignment.fromTiers(Tier<IPATranscript> targetTier, Tier<IPATranscript> alignedTier, Transcriber transcriber) Return phone alignment for tiers using transcription for provided transcribervoidAdd/set the given tier to the list of user defined tiers.voidTierListener.tierValueChanged(Tier<T> tier, T oldValue, T newValue) -
Uses of Tier in ca.phon.session.alignment
Methods in ca.phon.session.alignment that return TierModifier and TypeMethodDescriptionTier<?> TierAlignment.getBottomTier()Tier<?> CrossTierAlignment.getTopTier()Tier<?> TierAlignment.getTopTier()Methods in ca.phon.session.alignment with parameters of type TierModifier and TypeMethodDescriptionstatic TierAlignmentTierAligner.alignTiers(Tier<?> topTier, Tier<?> bottomTier) static TierAlignmentTierAligner.alignTiers(Tier<?> topTier, Tier<?> bottomTier, TierAlignmentRules tierAlignmentRules, Transcriber transcriber) Align two tiers using the given tier alignment rulesstatic TierAlignmentTierAligner.alignTiers(Tier<?> topTier, Tier<?> bottomTier, Transcriber transcriber) static CrossTierAlignmentTierAligner.calculateCrossTierAlignment(Record record, Tier<?> topTier) Calculates cross tier alignment for all tiers against the Orthography tierstatic CrossTierAlignmentTierAligner.calculateCrossTierAlignment(Record record, Tier<?> topTier, Transcriber transcriber) Calculate cross tier alignment for all tiers which align by typestatic TierAlignmentRulesTierAlignmentRules.defaultTierAlignmentRules(Tier<?> tier1, Tier<?> tier2) Create default tier alignment rules for given tiers.static TierElementFilterTierElementFilter.filterForAlignedTiers(Tier<?> tier1, Tier<?> tier2) Create default element filter for given tiersList<?> IPATierElementFilter.filterTier(Tier<?> tier, Transcriber transcriber) List<?> OrthographyTierElementFilter.filterTier(Tier<?> tier, Transcriber transcriber) List<?> PhoneIntervalsElementFilter.filterTier(Tier<?> tier, Transcriber transcriber) List<?> TierElementFilter.filterTier(Tier<?> tier, Transcriber transcriber) Filter tier elements for cross tier alignmentList<?> UserTierElementFilter.filterTier(Tier<?> tier, Transcriber transcriber) List<?> WorElementFilter.filterTier(Tier<?> tier, Transcriber transcriber) Constructors in ca.phon.session.alignment with parameters of type TierModifierConstructorDescriptionCrossTierAlignment(Tier<?> topTier, Map<String, TierAlignment> alignmentMap, Transcriber transcriber) TierAlignment(Tier<?> topTier, Tier<?> bottomTier, List<Tuple<?, ?>> alignedElements) TierAlignment(Tier<?> topTier, Tier<?> bottomTier, List<Tuple<?, ?>> alignedElements, List<Tuple<String, String>> alignedSubTypes) -
Uses of Tier in ca.phon.session.impl
Methods in ca.phon.session.impl that return TierModifier and TypeMethodDescriptionRecordImpl.getIPAActualTier()RecordImpl.getIPATargetTier()RecordImpl.getNotesTier()RecordImpl.getOrthographyTier()RecordImpl.getPhoneAlignmentTier()RecordImpl.getSegmentTier()<T> Tier<T> Methods in ca.phon.session.impl that return types with arguments of type TierMethods in ca.phon.session.impl with parameters of type Tier -
Uses of Tier in ca.phon.session.io.xml.v1_2
Methods in ca.phon.session.io.xml.v1_2 that return TierModifier and TypeMethodDescriptionLazyRecord.getIPAActualTier()LazyRecord.getIPATargetTier()LazyRecord.getNotesTier()LazyRecord.getOrthographyTier()LazyRecord.getPhoneAlignmentTier()LazyRecord.getSegmentTier()Tier<?> <T> Tier<T> Methods in ca.phon.session.io.xml.v1_2 that return types with arguments of type TierMethods in ca.phon.session.io.xml.v1_2 with parameters of type Tier -
Uses of Tier in ca.phon.session.io.xml.v2_0
Methods in ca.phon.session.io.xml.v2_0 that return TierModifier and TypeMethodDescriptionLazyRecord.getIPAActualTier()LazyRecord.getIPATargetTier()LazyRecord.getNotesTier()LazyRecord.getOrthographyTier()LazyRecord.getPhoneAlignmentTier()LazyRecord.getSegmentTier()Tier<?> <T> Tier<T> Methods in ca.phon.session.io.xml.v2_0 that return types with arguments of type TierMethods in ca.phon.session.io.xml.v2_0 with parameters of type TierModifier and TypeMethodDescriptionvoidXmlSessionWriterV2_0.writeIPATier(ObjectFactory factory, Tier<IPATranscript> ipaTier) -
Uses of Tier in ca.phon.session.io.xml.v2_1
Methods in ca.phon.session.io.xml.v2_1 that return TierModifier and TypeMethodDescriptionLazyRecord.getIPAActualTier()LazyRecord.getIPATargetTier()LazyRecord.getNotesTier()LazyRecord.getOrthographyTier()LazyRecord.getPhoneAlignmentTier()LazyRecord.getSegmentTier()Tier<?> <T> Tier<T> Methods in ca.phon.session.io.xml.v2_1 that return types with arguments of type TierMethods in ca.phon.session.io.xml.v2_1 with parameters of type TierModifier and TypeMethodDescriptionvoidXmlSessionWriterV2_1.writeIPATier(ObjectFactory factory, Tier<IPATranscript> ipaTier) -
Uses of Tier in ca.phon.session.spi
Methods in ca.phon.session.spi that return TierModifier and TypeMethodDescriptionRecordSPI.getIPAActualTier()RecordSPI.getIPATargetTier()RecordSPI.getNotesTier()RecordSPI.getOrthographyTier()RecordSPI.getPhoneAlignmentTier()RecordSPI.getSegmentTier()<T> Tier<T> Methods in ca.phon.session.spi that return types with arguments of type TierModifier and TypeMethodDescriptionRecordSPI.getUserTiers()Return all user-defined tiers in recordMethods in ca.phon.session.spi with parameters of type Tier