public class

ChangeTimeCodeActionWithDialog

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

Class Overview

Pops up a dialog that allows the user to change the timecode of the currently selected VideoFrame. The VideoFrame is retrieved through the ObservationDispatcher

Summary

[Expand]
Inherited Constants
From interface javax.swing.Action
[Expand]
Inherited Fields
From class javax.swing.AbstractAction
Public Constructors
ChangeTimeCodeActionWithDialog(ToolBelt toolBelt)
Constructor for the ChangeTimeCodeAction object
Public Methods
void doAction()
Description of the Method
[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

Public Constructors

public ChangeTimeCodeActionWithDialog (ToolBelt toolBelt)

Constructor for the ChangeTimeCodeAction object

Public Methods

public void doAction ()

Description of the Method