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 thetier
record 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 aTierChangeData
record 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> void
TierEdit.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.void
IPAFieldTooltip.setAlignmentTier
(Tier<PhoneAlignment> alignment) void
TierEditorListener.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
Constructors in ca.phon.app.session.editor.view.syllabificationAlignment with parameters of type TierModifierConstructorDescriptionSyllabifyEdit
(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) -
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 thetier
record component.Methods in ca.phon.app.session.editor.view.transcript with parameters of type TierModifier and TypeMethodDescriptionvoid
DefaultTierLabelMenuHandler.addMenuItems
(MenuBuilder builder, Session session, EditorEventManager eventManager, SessionEditUndoSupport undoSupport, Tier<?> tier, Record record) void
TierLabelMenuHandler.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.ElementSpec
for 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.void
TranscriptEditor.changeTierData
(Record record, Tier<?> tier, String newData) Changes the data in a given tier if the provided data is differentvoid
TranscriptEditor.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 tierint
TranscriptDocument.getGenericContentEnd
(Tier<?> genericTier) Gets the end position of the specified "generic tier"int
TranscriptDocument.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)int
TranscriptDocument.getGenericEnd
(Tier<?> genericTier) Gets the end position of the specified "generic tier"int
TranscriptDocument.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.void
TranscriptDocument.onTierDataChanged
(Record record, Tier<?> tier) Updates the data of the specified tierstatic void
TranscriptStyleConstants.setCommentTier
(MutableAttributeSet attrs, Tier<TierData> commentTier) static void
TranscriptStyleConstants.setGenericTier
(MutableAttributeSet attrs, Tier<?> genericTier) Set the generic tier for the given attributesstatic void
TranscriptStyleConstants.setParentTier
(MutableAttributeSet attrs, Tier<?> parentTier) Set the parent tier for the given attributesstatic void
TranscriptStyleConstants.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 TypeMethodDescriptionvoid
Insert tier at given tier view index for all records using the provided suppliervoid
DefaultTierLabelMenuHandler.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 aRecordAndTier
record 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 TypeMethodDescriptionvoid
AutoTranscriptionExtension.acceptAutoTranscription
(Record record, Tier<IPATranscript> tier, AutomaticTranscription automaticTranscription) Accept automatic transcriptionvoid
AutoTranscriptionExtension.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.ElementSpec
that 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 Syllabifier
SyllabifierOptions.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 PhoneAlignment
PhoneAlignment.fromTiers
(Tier<IPATranscript> targetTier, Tier<IPATranscript> alignedTier) Create PhoneAlignment from given ipa tiersstatic PhoneAlignment
PhoneAlignment.fromTiers
(Tier<IPATranscript> targetTier, Tier<IPATranscript> alignedTier, Transcriber transcriber) Return phone alignment for tiers using transcription for provided transcribervoid
Add/set the given tier to the list of user defined tiers.void
TierListener.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 TierAlignment
TierAligner.alignTiers
(Tier<?> topTier, Tier<?> bottomTier) static TierAlignment
TierAligner.alignTiers
(Tier<?> topTier, Tier<?> bottomTier, TierAlignmentRules tierAlignmentRules) static CrossTierAlignment
TierAligner.calculateCrossTierAlignment
(Record record, Tier<?> topTier) Calculate cross tier alignment for all tiers which align by typestatic TierAlignmentRules
TierAlignmentRules.defaultTierAlignmentRules
(Tier<?> tier1, Tier<?> tier2) Create default tier alignment rules for given tiers.static TierElementFilter
TierElementFilter.filterForAlignedTiers
(Tier<?> tier1, Tier<?> tier2) Create default element filter for given tiersList
<?> IPATierElementFilter.filterTier
(Tier<?> tier) List
<?> OrthographyTierElementFilter.filterTier
(Tier<?> tier) List
<?> PhoneIntervalsElementFilter.filterTier
(Tier<?> tier) List
<?> TierElementFilter.filterTier
(Tier<?> tier) Filter tier elements for cross tier alignmentList
<?> UserTierElementFilter.filterTier
(Tier<?> tier) List
<?> WorElementFilter.filterTier
(Tier<?> tier) Constructors in ca.phon.session.alignment with parameters of type TierModifierConstructorDescriptionCrossTierAlignment
(Tier<?> topTier, Map<String, TierAlignment> alignmentMap) 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 TypeMethodDescriptionvoid
XmlSessionWriterV2_0.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