public class

MoveVideoFrameWithDialogAction

extends ActionAdapter
java.lang.Object
   ↳ javax.swing.AbstractAction
     ↳ org.mbari.awt.event.ActionAdapter
       ↳ vars.annotation.ui.actions.MoveVideoFrameWithDialogAction

Class Overview

Prompts a user with a dialog for platform, seqNumber and tapeNumber. Finds the matching VideoArchive and moves the VideoFrames to the at VideoArchive. Use as:

 MoveVideoFrameWithDialogAction action = new MoveVideoFrameWithDialogAction();
 action.setVideoFrames(collectionOfVideoFrames);
 action.doAction();
 

Summary

Constants
String ACTION_NAME
[Expand]
Inherited Constants
From interface javax.swing.Action
[Expand]
Inherited Fields
From class javax.swing.AbstractAction
Public Constructors
MoveVideoFrameWithDialogAction(Frame owner, ToolBelt toolBelt)
Public Methods
void doAction()
void setVideoFrames(Collection<VideoFrame> videoFrames)
[Expand]
Inherited Methods
From class org.mbari.awt.event.ActionAdapter
From class javax.swing.AbstractAction
From class java.lang.Object
From interface java.awt.event.ActionListener
From interface javax.swing.Action
From interface org.mbari.awt.event.IAction

Constants

public static final String ACTION_NAME

Constant Value: "Move Frames"

Public Constructors

public MoveVideoFrameWithDialogAction (Frame owner, ToolBelt toolBelt)

Public Methods

public void doAction ()

public void setVideoFrames (Collection<VideoFrame> videoFrames)