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

public abstract class MediaPlayerViewEdit extends SessionUndoableEdit
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:
  • Constructor Details

    • MediaPlayerViewEdit

      public MediaPlayerViewEdit(MediaPlayerEditorView mediaPlayerEditorView)
      Constructor
      Parameters:
      mediaPlayerEditorView - the media player editor view associated with this edit
  • Method Details

    • getView

      public MediaPlayerEditorView getView()
      Get the media player editor view associated with this edit.
      Returns:
      the media player editor view