Class RemoveTimelineTierIntervalEdit
java.lang.Object
javax.swing.undo.AbstractUndoableEdit
ca.phon.app.session.editor.undo.SessionUndoableEdit
ca.phon.app.session.editor.undo.AddTimelineTierIntervalEdit
ca.phon.app.session.editor.undo.RemoveTimelineTierIntervalEdit
- All Implemented Interfaces:
IExtendable,Serializable,UndoableEdit
Undoable edit for removing a timeline tier interval.
- See Also:
-
Field Summary
Fields inherited from class javax.swing.undo.AbstractUndoableEdit
RedoName, UndoName -
Constructor Summary
ConstructorsConstructorDescriptionRemoveTimelineTierIntervalEdit(Session session, EditorEventManager editorEventManager, String tierName, IntervalTier.Interval timelineTierInterval) -
Method Summary
Methods inherited from class ca.phon.app.session.editor.undo.AddTimelineTierIntervalEdit
getTierNameMethods inherited from class ca.phon.app.session.editor.undo.SessionUndoableEdit
canRedo, canUndo, getEditorEventManager, getExtension, getExtensions, getSession, getSource, putExtension, redo, removeExtension, setSourceMethods inherited from class javax.swing.undo.AbstractUndoableEdit
addEdit, die, getRedoPresentationName, getUndoPresentationName, isSignificant, replaceEdit, toString
-
Constructor Details
-
RemoveTimelineTierIntervalEdit
public RemoveTimelineTierIntervalEdit(Session session, EditorEventManager editorEventManager, String tierName, IntervalTier.Interval timelineTierInterval)
-
-
Method Details
-
getPresentationName
- Specified by:
getPresentationNamein interfaceUndoableEdit- Overrides:
getPresentationNamein classAddTimelineTierIntervalEdit
-
undo
- Specified by:
undoin interfaceUndoableEdit- Overrides:
undoin classAddTimelineTierIntervalEdit- 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:
doItin classAddTimelineTierIntervalEdit
-