Class RemoveTimelineTierEdit
java.lang.Object
javax.swing.undo.AbstractUndoableEdit
ca.phon.app.session.editor.undo.SessionUndoableEdit
ca.phon.app.session.editor.undo.AddTimelineTierEdit
ca.phon.app.session.editor.undo.RemoveTimelineTierEdit
- All Implemented Interfaces:
IExtendable
,Serializable
,UndoableEdit
Undoable edit for removing a timeline tier.
- See Also:
-
Field Summary
Fields inherited from class ca.phon.app.session.editor.undo.AddTimelineTierEdit
intervalTier
Fields inherited from class javax.swing.undo.AbstractUndoableEdit
RedoName, UndoName
-
Constructor Summary
ConstructorsConstructorDescriptionRemoveTimelineTierEdit
(Session session, EditorEventManager editorEventManager, IntervalTier intervalTier) -
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, getRedoPresentationName, getUndoPresentationName, isSignificant, replaceEdit, toString
-
Constructor Details
-
RemoveTimelineTierEdit
public RemoveTimelineTierEdit(Session session, EditorEventManager editorEventManager, IntervalTier intervalTier)
-
-
Method Details
-
getPresentationName
- Specified by:
getPresentationName
in interfaceUndoableEdit
- Overrides:
getPresentationName
in classAddTimelineTierEdit
-
undo
- Specified by:
undo
in interfaceUndoableEdit
- Overrides:
undo
in classAddTimelineTierEdit
- Throws:
CannotUndoException
-
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.- Overrides:
doIt
in classAddTimelineTierEdit
-