public class

ImageCaptureAction

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

Class Overview

Action for capturing a frame an performing related activities on it.

Summary

Constants
String UNKNOWN_PLATFORM Value used if no platform information is available
String UNKNOWN_SEQNUMBER Value used if no dive information is available
[Expand]
Inherited Constants
From interface javax.swing.Action
[Expand]
Inherited Fields
From class javax.swing.AbstractAction
Public Constructors
ImageCaptureAction(ToolBelt toolBelt)
Constructor for the FrameCaptureAction object
Public Methods
void doAction()
Initiates the action.
boolean isAvailable()
Gets the available attribute of the FrameCaptureAction object
[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 UNKNOWN_PLATFORM

Value used if no platform information is available

Constant Value: "unknown"

public static final String UNKNOWN_SEQNUMBER

Value used if no dive information is available

Constant Value: "0000"

Public Constructors

public ImageCaptureAction (ToolBelt toolBelt)

Constructor for the FrameCaptureAction object

Public Methods

public void doAction ()

Initiates the action.

public boolean isAvailable ()

Gets the available attribute of the FrameCaptureAction object

Returns
  • true if a frame-capture card is installed and accessable