Uses of Class
ca.phon.app.session.editor.undo.TierEdit
Packages that use TierEdit
Package
Description
-
Uses of TierEdit in ca.phon.app.session.editor.extensions
Methods in ca.phon.app.session.editor.extensions with parameters of type TierEditModifier and TypeMethodDescriptionvoidIPADependentTierChanges.performDependentTierChanges(TierEdit<IPATranscript> tierEdit) voidMediaDependentTierChanges.performDependentTierChanges(TierEdit<MediaSegment> tierEdit) -
Uses of TierEdit in ca.phon.app.session.editor.undo
Subclasses of TierEdit in ca.phon.app.session.editor.undoMethods in ca.phon.app.session.editor.undo with parameters of type TierEditModifier and TypeMethodDescriptionvoidTierEdit.DependentTierChangeChain.performDependentTierChanges(TierEdit<T> tierEdit) voidTierEdit.DependentTierChanges.performDependentTierChanges(TierEdit<T> tierEdit) Perform dependent tier changes, should throw a runtime exception (up to implementation) if given TierEdit parameterized type does not match our parameterized type. -
Uses of TierEdit in ca.phon.app.session.editor.view.ipaDictionary
Subclasses of TierEdit in ca.phon.app.session.editor.view.ipaDictionaryModifier and TypeClassDescriptionclassA tier edit which originates from an automatic transcription. -
Uses of TierEdit in ca.phon.app.session.editor.view.syllabificationAlignment
Subclasses of TierEdit in ca.phon.app.session.editor.view.syllabificationAlignment -
Uses of TierEdit in ca.phon.app.session.intervalTiers
Methods in ca.phon.app.session.intervalTiers with parameters of type TierEditModifier and TypeMethodDescriptionvoidIntervalTierDependentTierChanges.performDependentTierChanges(TierEdit<MediaSegment> tierEdit) voidPhointTierUpdater.performDependentTierChanges(TierEdit<IPATranscript> tierEdit) voidPhointTierUpdater2.performDependentTierChanges(TierEdit<Orthography> tierEdit) voidWordIntervalsTextUpdater.performDependentTierChanges(TierEdit<Orthography> tierEdit)