Class IPALookupEdit
java.lang.Object
javax.swing.undo.AbstractUndoableEdit
ca.phon.app.session.editor.undo.SessionUndoableEdit
ca.phon.app.session.editor.undo.TierEdit<IPATranscript>
ca.phon.app.session.editor.view.ipaDictionary.IPALookupEdit
- All Implemented Interfaces:
IExtendable
,Serializable
,UndoableEdit
A tier edit which originates from an automatic transcription.
Additional rules/transformations may be executed on the returned
transcription before the edito occurs.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class ca.phon.app.session.editor.undo.TierEdit
TierEdit.DependentTierChangeChain<T>, TierEdit.DependentTierChanges<T>
-
Field Summary
Fields inherited from class javax.swing.undo.AbstractUndoableEdit
RedoName, UndoName
-
Constructor Summary
ConstructorsConstructorDescriptionIPALookupEdit
(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) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class ca.phon.app.session.editor.undo.TierEdit
doIt, fireTierChange, getAdditionalTierChange, getOldValue, getRecord, getRedoPresentationName, getTier, getTranscriber, getUndoPresentationName, isFireHardChangeOnUndo, isValueAdjusting, performDependentTierChanges, putAdditionalTierChange, setFireHardChangeOnUndo, setValueAdjusting, undo
Methods inherited from class ca.phon.app.session.editor.undo.SessionUndoableEdit
canRedo, canUndo, getEditorEventManager, getExtension, getExtensions, getSession, getSource, putExtension, redo, removeExtension, setSource
Methods inherited from class javax.swing.undo.AbstractUndoableEdit
addEdit, die, getPresentationName, isSignificant, replaceEdit, toString
-
Constructor Details
-
IPALookupEdit
public IPALookupEdit(SessionEditor editor, IPADictionary dictionary, String orthography, Tier<IPATranscript> tier, IPATranscript newValue) Constructor- Parameters:
editor
-dictionary
-tier
-newValue
-
-
IPALookupEdit
public IPALookupEdit(Session session, EditorEventManager editorEventManager, Transcriber transcriber, Record record, IPADictionary dictionary, String orthography, Tier<IPATranscript> tier, IPATranscript newValue, boolean valueAdjusting)
-
-
Method Details
-
getOrthography
-
getDictionary
-
getNewValue
- Overrides:
getNewValue
in classTierEdit<IPATranscript>
-