public class

ExitAction

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

Class Overview

Exits the application. The currently edits will be saved to the database before exiting, frame-capture software is shutdown and frame-grabs are moved to the server.

Summary

[Expand]
Inherited Constants
From interface javax.swing.Action
[Expand]
Inherited Fields
From class javax.swing.AbstractAction
Public Constructors
ExitAction()
Constructor for the ExitAction object
Public Methods
void doAction()
Performs any tasks needed when closing a VideoArchive
[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 ExitAction ()

Constructor for the ExitAction object

Public Methods

public void doAction ()

Performs any tasks needed when closing a VideoArchive