public class

ChangeAnnotationModeAction

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

Class Overview

Action that sets the format code in the VideoArchiveSet

Summary

[Expand]
Inherited Constants
From interface javax.swing.Action
[Expand]
Inherited Fields
From class javax.swing.AbstractAction
Public Constructors
ChangeAnnotationModeAction(ToolBelt toolBelt)
Public Methods
void doAction()
Sets the formatcode of the VideoArchive retrieved from the VideoArchiveDispatcher
char getFormatCode()
void setFormatCode(char c)
[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 ChangeAnnotationModeAction (ToolBelt toolBelt)

Public Methods

public void doAction ()

Sets the formatcode of the VideoArchive retrieved from the VideoArchiveDispatcher

See Also
  • org.mbari.vars.annotation.ui.actions.IAction#doAction()

public char getFormatCode ()

Returns
  • The format code that is currently set

public void setFormatCode (char c)

Parameters
c The format code to be set