public class

OpenVideoArchiveUsingParamsAction

extends ActionAdapter
java.lang.Object
   ↳ javax.swing.AbstractAction
     ↳ org.mbari.awt.event.ActionAdapter
       ↳ vars.annotation.ui.actions.OpenVideoArchiveUsingParamsAction
Known Direct Subclasses

Class Overview

Opens a VideoArchive for editing. You must first set the fields of this object before calling doAction. For example:

 OpenVideoArchiveUsingParamsAction a = new OpenVideoArchiveUsingParamsAction();
 a.setPlatform(VideoArchiveSet.VENTANA);
 a.setSeqNumber(1359);
 a.setTapeNumber(3);
 a.doAction();
 

Summary

[Expand]
Inherited Constants
From interface javax.swing.Action
Fields
protected final AnnotationDAOFactory annotationDAOFactory
[Expand]
Inherited Fields
From class javax.swing.AbstractAction
Public Constructors
OpenVideoArchiveUsingParamsAction(AnnotationDAOFactory annotationDAOFactory)
Constructor
Public Methods
void doAction()
Initiates the action.
String getPlatform()
String getPostfix()
Method description
int getSeqNumber()
int getTapeNumber()
void setPlatform(String string)
void setPostfix(String postfix)
void setSeqNumber(int i)
void setTapeNumber(int i)
[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

Fields

protected final AnnotationDAOFactory annotationDAOFactory

Public Constructors

public OpenVideoArchiveUsingParamsAction (AnnotationDAOFactory annotationDAOFactory)

Constructor

Public Methods

public void doAction ()

Initiates the action.

public String getPlatform ()

public String getPostfix ()

Method description

public int getSeqNumber ()

public int getTapeNumber ()

public void setPlatform (String string)

public void setPostfix (String postfix)

public void setSeqNumber (int i)

public void setTapeNumber (int i)