Class MediaPlayerViewEdit
java.lang.Object
javax.swing.undo.AbstractUndoableEdit
ca.phon.app.session.editor.undo.SessionUndoableEdit
ca.phon.app.session.editor.view.mediaPlayer.undo.MediaPlayerViewEdit
- All Implemented Interfaces:
IExtendable,Serializable,UndoableEdit
- Direct Known Subclasses:
EmbeddedExternalEdit,VideoPositionAndSizeEdit,VideoVisibleEdit
Abstract class for media player view edits.
This class serves as a base for all undoable edits related to the media player view.
- See Also:
-
Field Summary
Fields inherited from class javax.swing.undo.AbstractUndoableEdit
RedoName, UndoName -
Constructor Summary
ConstructorsConstructorDescriptionMediaPlayerViewEdit(MediaPlayerEditorView mediaPlayerEditorView) Constructor -
Method Summary
Modifier and TypeMethodDescriptiongetView()Get the media player editor view associated with this edit.Methods inherited from class ca.phon.app.session.editor.undo.SessionUndoableEdit
canRedo, canUndo, doIt, getEditorEventManager, getExtension, getExtensions, getSession, getSource, putExtension, redo, removeExtension, setSourceMethods inherited from class javax.swing.undo.AbstractUndoableEdit
addEdit, die, getPresentationName, getRedoPresentationName, getUndoPresentationName, isSignificant, replaceEdit, toString, undo
-
Constructor Details
-
MediaPlayerViewEdit
Constructor- Parameters:
mediaPlayerEditorView- the media player editor view associated with this edit
-
-
Method Details
-
getView
Get the media player editor view associated with this edit.- Returns:
- the media player editor view
-