Class RecordSegmentEdit
java.lang.Object
javax.swing.undo.AbstractUndoableEdit
ca.phon.app.session.editor.undo.SessionUndoableEdit
ca.phon.app.session.editor.undo.TierEdit<MediaSegment>
ca.phon.app.session.editor.undo.RecordSegmentEdit
- All Implemented Interfaces:
IExtendable
,Serializable
,UndoableEdit
Undoable edit for a
MediaSegment
in a Record
- 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
ConstructorsConstructorDescriptionRecordSegmentEdit
(SessionEditor editor, Record record, MediaSegment segment) RecordSegmentEdit
(Session session, EditorEventManager editorEventManager, Record record, MediaSegment segment) -
Method Summary
Methods inherited from class ca.phon.app.session.editor.undo.TierEdit
doIt, fireTierChange, getAdditionalTierChange, getNewValue, 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
-
RecordSegmentEdit
-
RecordSegmentEdit
public RecordSegmentEdit(Session session, EditorEventManager editorEventManager, Record record, MediaSegment segment)
-