Class SyllabifyEdit
java.lang.Object
javax.swing.undo.AbstractUndoableEdit
ca.phon.app.session.editor.undo.SessionUndoableEdit
ca.phon.app.session.editor.view.syllabificationAlignment.SyllabifyEdit
- All Implemented Interfaces:
IExtendable
,Serializable
,UndoableEdit
Modifies the syllabifier used for a specific tier.
- See Also:
-
Field Summary
Fields inherited from class javax.swing.undo.AbstractUndoableEdit
RedoName, UndoName
-
Constructor Summary
ConstructorsConstructorDescriptionSyllabifyEdit
(SessionEditor editor, Tier<IPATranscript> ipaTier, Syllabifier syllabifier) SyllabifyEdit
(SessionEditor editor, Tier<IPATranscript> ipaTier, Syllabifier syllabifier, Transcriber transcriber) SyllabifyEdit
(Session session, EditorEventManager eventManager, Tier<IPATranscript> ipaTier, Syllabifier syllabifier, Transcriber transcriber) -
Method Summary
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, getRedoPresentationName, getUndoPresentationName, isSignificant, replaceEdit, toString
-
Constructor Details
-
SyllabifyEdit
-
SyllabifyEdit
public SyllabifyEdit(SessionEditor editor, Tier<IPATranscript> ipaTier, Syllabifier syllabifier, Transcriber transcriber) -
SyllabifyEdit
public SyllabifyEdit(Session session, EditorEventManager eventManager, Tier<IPATranscript> ipaTier, Syllabifier syllabifier, Transcriber transcriber)
-
-
Method Details
-
undo
public void undo()- Specified by:
undo
in interfaceUndoableEdit
- Overrides:
undo
in classAbstractUndoableEdit
-
doIt
public void doIt()Description copied from class:SessionUndoableEdit
'Do' the specified action. The method is called by the EditorUnsoSupport when new edits are posted.- Specified by:
doIt
in classSessionUndoableEdit
-