public class

ChangeVideoArchiveNameAction

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

Class Overview

Changes the videoArchvieName property of a VideoArchive. At MBARI, the videoArchiveName is a composite key of platform, seqNumber and tapeNumber, so we have to be sure that the renamed archive gets associated with the correct properties.

Summary

[Expand]
Inherited Constants
From interface javax.swing.Action
[Expand]
Inherited Fields
From class vars.annotation.ui.actions.OpenVideoArchiveUsingParamsAction
From class javax.swing.AbstractAction
Public Constructors
ChangeVideoArchiveNameAction(ToolBelt toolBelt)
Constructs ...
Public Methods
void doAction()
Initiates the action.
[Expand]
Inherited Methods
From class vars.annotation.ui.actions.OpenVideoArchiveUsingParamsAction
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

Public Constructors

public ChangeVideoArchiveNameAction (ToolBelt toolBelt)

Constructs ...

Public Methods

public void doAction ()

Initiates the action.