Class IPALookupEdit
java.lang.Object
javax.swing.undo.AbstractUndoableEdit
ca.phon.app.session.editor.undo.SessionEditorUndoableEdit
ca.phon.app.session.editor.undo.TierEdit<IPATranscript>
ca.phon.app.session.editor.view.ipa_lookup.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:
-
Field Summary
Fields inherited from class javax.swing.undo.AbstractUndoableEdit
RedoName, UndoName
-
Constructor Summary
ConstructorDescriptionIPALookupEdit
(SessionEditor editor, IPADictionary dictionary, String orthography, Tier<IPATranscript> tier, int groupIndex, IPATranscript newValue) Constructor -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class ca.phon.app.session.editor.undo.TierEdit
doIt, getGroupIndex, getOldValue, getRedoPresentationName, getTier, getUndoPresentationName, isFireHardChangeOnUndo, setFireHardChangeOnUndo, setOldValue, undo
Methods inherited from class ca.phon.app.session.editor.undo.SessionEditorUndoableEdit
canRedo, canUndo, getEditor, getExtension, getExtensions, getSource, isSignificant, putExtension, redo, removeExtension, setSource
Methods inherited from class javax.swing.undo.AbstractUndoableEdit
addEdit, die, getPresentationName, replaceEdit, toString
-
Constructor Details
-
IPALookupEdit
public IPALookupEdit(SessionEditor editor, IPADictionary dictionary, String orthography, Tier<IPATranscript> tier, int groupIndex, IPATranscript newValue) Constructor- Parameters:
editor
-dictionary
-tier
-groupIndex
-newValue
-
-
-
Method Details
-
getOrthography
-
getDictionary
-
getNewValue
- Overrides:
getNewValue
in classTierEdit<IPATranscript>
-