Class IPADependentTierChanges
java.lang.Object
ca.phon.app.session.editor.extensions.IPADependentTierChanges
- All Implemented Interfaces:
TierEdit.DependentTierChanges<IPATranscript>,ExtensionProvider
@Extension(Tier.class)
public class IPADependentTierChanges
extends Object
implements TierEdit.DependentTierChanges<IPATranscript>, ExtensionProvider
Install default dependent tier changes for IPA tiers. Default behaviour is to update
alignment when an IPA value is modified.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidInstall extension on an extendable object.voidperformDependentTierChanges(TierEdit<IPATranscript> tierEdit) Perform dependent tier changes, should throw a runtime exception (up to implementation) if given TierEdit parameterized type does not match our parameterized type.
-
Constructor Details
-
IPADependentTierChanges
public IPADependentTierChanges()
-
-
Method Details
-
performDependentTierChanges
Description copied from interface:TierEdit.DependentTierChangesPerform dependent tier changes, should throw a runtime exception (up to implementation) if given TierEdit parameterized type does not match our parameterized type.- Specified by:
performDependentTierChangesin interfaceTierEdit.DependentTierChanges<IPATranscript>- Parameters:
tierEdit-
-
installExtension
Description copied from interface:ExtensionProviderInstall extension on an extendable object.- Specified by:
installExtensionin interfaceExtensionProvider
-