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
(Tier<?> tier, int group, Object oldValue, Object newValue) Creates an instance of aTierChangeData
record class. -
Uses of Tier in ca.phon.app.session.editor.undo
Methods in ca.phon.app.session.editor.undo that return TierConstructors in ca.phon.app.session.editor.undo with parameters of type TierModifierConstructorDescriptionBlindTierEdit
(SessionEditor editor, Tier<IPATranscript> tier, int groupIndex, Transcriber transcriber, IPATranscript newValue, IPATranscript ipa) TierEdit
(SessionEditor editor, Tier<T> tier, int groupIndex, T newValue) Constructor -
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 TypeMethodDescriptionTierEditorFactory.createTierEditor
(SessionEditor editor, TierDescription tierDescription, Record record, Tier<?> tier, int group) Create a new tier editor for the given tier.<T> void
TierEditorListener.tierValueChange
(Tier<T> tier, int groupIndex, T newValue, T oldValue) Called when the value of a tier changes.<T> void
TierEditorListener.tierValueChanged
(Tier<T> tier, int groupIndex, T newValue, T oldValue) 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, int groupIndex) GroupField
(Tier<T> tier, int groupIndex, boolean allowNewLine) IPAGroupField
(Tier<IPATranscript> tier, int groupIndex) IPAGroupField
(Tier<IPATranscript> tier, int groupIndex, Transcriber transcriber) IPAGroupField
(Tier<IPATranscript> tier, int groupIndex, Transcriber transcriber, Syllabifier syllabifier) NotesField
(Tier<String> tier) OrthoGroupField
(Tier<Orthography> tier, int groupIndex) SegmentTierComponent
(SessionEditor editor, Tier<MediaSegment> tier, int groupIndex) -
Uses of Tier in ca.phon.app.session.editor.view.ipa_lookup
Constructors in ca.phon.app.session.editor.view.ipa_lookup with parameters of type TierModifierConstructorDescriptionIPALookupEdit
(SessionEditor editor, IPADictionary dictionary, String orthography, Tier<IPATranscript> tier, int groupIndex, IPATranscript newValue) Constructor -
Uses of Tier in ca.phon.app.session.editor.view.ipa_validation.actions
Constructors in ca.phon.app.session.editor.view.ipa_validation.actions with parameters of type TierModifierConstructorDescriptionValidateTierAction
(SessionEditor editor, ValidationEditorView view, Tier<IPATranscript> tier, Transcriber transcriber) -
Uses of Tier in ca.phon.app.session.editor.view.record_data
Methods in ca.phon.app.session.editor.view.record_data that return TierModifier and TypeMethodDescriptionTier<?>
RecordDataEditorView.currentTier()
Return the 'current' tier.Methods in ca.phon.app.session.editor.view.record_data with parameters of type TierModifier and TypeMethodDescriptionvoid
IPAFieldTooltip.setAlignmentTier
(Tier<PhoneMap> alignment) Method parameters in ca.phon.app.session.editor.view.record_data with type arguments of type TierModifier and TypeMethodDescriptionvoid
RecordDataEditorView.onCopyTier
(PhonActionEvent<Tier<?>> pae) void
RecordDataEditorView.onPasteTier
(PhonActionEvent<Tuple<Record, Tier<?>>> pae) Constructors in ca.phon.app.session.editor.view.record_data with parameters of type TierModifierConstructorDescriptionSyllabificationAndAlignmentPopupWindow
(Tier<IPATranscript> ipaTier, int groupIndex) SyllabificationAndAlignmentPopupWindow
(Tier<IPATranscript> ipaTier, Optional<Tier<PhoneMap>> alignmentTierOpt, int groupIndex) Constructor parameters in ca.phon.app.session.editor.view.record_data with type arguments of type TierModifierConstructorDescriptionSyllabificationAndAlignmentPopupWindow
(Tier<IPATranscript> ipaTier, Optional<Tier<PhoneMap>> alignmentTierOpt, int groupIndex) -
Uses of Tier in ca.phon.app.session.editor.view.syllabification_and_alignment
Constructors in ca.phon.app.session.editor.view.syllabification_and_alignment with parameters of type TierModifierConstructorDescriptionSyllabifyEdit
(SessionEditor editor, Tier<IPATranscript> ipaTier, int groupIndex, Syllabifier syllabifier) -
Uses of Tier in ca.phon.session
Methods in ca.phon.session that return TierModifier and TypeMethodDescription<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, boolean grouped) Create a new tier object with the specified type.Record.getIPAActual()
Record.getIPATarget()
Record.getNotes()
Record.getOrthography()
Record.getPhoneAlignment()
Record.getSegment()
Tier<?>
<T> Tier<T>
Methods in ca.phon.session that return types with arguments of type TierMethods in ca.phon.session with parameters of type TierModifier and TypeMethodDescriptionvoid
TierListener.groupAdded
(Tier<T> tier, int index, T value) Called when a new group has been added to a tiervoid
TierListener.groupChanged
(Tier<T> tier, int index, T oldValue, T value) Called when the value of a group changesvoid
TierListener.groupRemoved
(Tier<T> tier, int index, T value) Called when a group is removed from a tiervoid
TierListener.groupsCleared
(Tier<T> tier) Called when all groups have been removed from a tiervoid
void
Record.setIPAActual
(Tier<IPATranscript> ipa) void
Record.setIPATarget
(Tier<IPATranscript> ipa) void
Record.setNotes
(Tier<TierString> notes) void
Record.setOrthography
(Tier<Orthography> ortho) void
Record.setPhoneAlignment
(Tier<PhoneMap> phoneAlignment) void
Record.setSegment
(Tier<MediaSegment> media) -
Uses of Tier in ca.phon.session.impl
Methods in ca.phon.session.impl that return TierModifier and TypeMethodDescriptionRecordImpl.getIPAActual()
RecordImpl.getIPATarget()
RecordImpl.getNotes()
RecordImpl.getOrthography()
RecordImpl.getPhoneAlignment()
RecordImpl.getSegment()
Tier<?>
<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 TierModifier and TypeMethodDescriptionvoid
void
RecordImpl.setIPAActual
(Tier<IPATranscript> ipa) void
RecordImpl.setIPATarget
(Tier<IPATranscript> ipa) void
RecordImpl.setNotes
(Tier<TierString> notes) void
RecordImpl.setOrthography
(Tier<Orthography> ortho) void
RecordImpl.setPhoneAlignment
(Tier<PhoneMap> phoneAlignment) void
RecordImpl.setSegment
(Tier<MediaSegment> media) -
Uses of Tier in ca.phon.session.io.xml.v12
Methods in ca.phon.session.io.xml.v12 that return TierModifier and TypeMethodDescriptionLazyRecord.getIPAActual()
LazyRecord.getIPATarget()
LazyRecord.getNotes()
LazyRecord.getOrthography()
LazyRecord.getPhoneAlignment()
LazyRecord.getSegment()
Tier<?>
<T> Tier<T>
Methods in ca.phon.session.io.xml.v12 that return types with arguments of type TierMethods in ca.phon.session.io.xml.v12 with parameters of type TierModifier and TypeMethodDescriptionXMLSessionWriter_v12.copyIPA
(ObjectFactory factory, Tier<IPATranscript> ipaTier) Copy ipavoid
void
LazyRecord.setIPAActual
(Tier<IPATranscript> ipa) void
LazyRecord.setIPATarget
(Tier<IPATranscript> ipa) void
LazyRecord.setNotes
(Tier<TierString> notes) void
LazyRecord.setOrthography
(Tier<Orthography> ortho) void
LazyRecord.setPhoneAlignment
(Tier<PhoneMap> phoneAlignment) void
LazyRecord.setSegment
(Tier<MediaSegment> media) -
Uses of Tier in ca.phon.session.io.xml.v13
Methods in ca.phon.session.io.xml.v13 that return TierModifier and TypeMethodDescriptionLazyRecord.getIPAActual()
LazyRecord.getIPATarget()
LazyRecord.getNotes()
LazyRecord.getOrthography()
LazyRecord.getPhoneAlignment()
LazyRecord.getSegment()
Tier<?>
<T> Tier<T>
Methods in ca.phon.session.io.xml.v13 that return types with arguments of type TierMethods in ca.phon.session.io.xml.v13 with parameters of type TierModifier and TypeMethodDescriptionXMLSessionWriter_v13.copyIPA
(ObjectFactory factory, Tier<IPATranscript> ipaTier) Copy ipavoid
void
LazyRecord.setIPAActual
(Tier<IPATranscript> ipa) void
LazyRecord.setIPATarget
(Tier<IPATranscript> ipa) void
LazyRecord.setNotes
(Tier<TierString> notes) void
LazyRecord.setOrthography
(Tier<Orthography> ortho) void
LazyRecord.setPhoneAlignment
(Tier<PhoneMap> phoneAlignment) void
LazyRecord.setSegment
(Tier<MediaSegment> media) -
Uses of Tier in ca.phon.session.spi
Methods in ca.phon.session.spi that return TierModifier and TypeMethodDescriptionRecordSPI.getIPAActual()
Get the IPA Actual tierRecordSPI.getIPATarget()
Get the IPA Target tierRecordSPI.getNotes()
Get the value of the notes tierRecordSPI.getOrthography()
Get the orthography tier.RecordSPI.getPhoneAlignment()
Get the phone alignment between IPA Target and IPA ActualRecordSPI.getSegment()
Get media segmentTier<?>
Get the given tier with unspecified typing.<T> Tier<T>
Get the given tier with the expected type.Methods in ca.phon.session.spi that return types with arguments of type TierModifier and TypeMethodDescriptionRecordSPI.getTiersOfType
(Class<T> type) Return a list of all present tiers which have the given type.Methods in ca.phon.session.spi with parameters of type TierModifier and TypeMethodDescriptionvoid
Add/set the given tier to the list of user defined tiers.void
RecordSPI.setIPAActual
(Tier<IPATranscript> ipa) Set the IPA Actual tiervoid
RecordSPI.setIPATarget
(Tier<IPATranscript> ipa) Set the value of the IPA Actual tiervoid
RecordSPI.setNotes
(Tier<TierString> notes) Set the value of the notes tiervoid
RecordSPI.setOrthography
(Tier<Orthography> ortho) Set the value of the orthography tier.void
RecordSPI.setPhoneAlignment
(Tier<PhoneMap> phoneAlignment) Set the phone alignmentvoid
RecordSPI.setSegment
(Tier<MediaSegment> media) Set media segment