public class

SaveImagesFromQueryResultsAction

extends ActionAdapter
java.lang.Object
   ↳ javax.swing.AbstractAction
     ↳ org.mbari.awt.event.ActionAdapter
       ↳ vars.query.ui.SaveImagesFromQueryResultsAction

Class Overview

Class for saving all the images in a search to the desktop. The class SaveFramegrabsAction does all the work however we wrap it in this action to a) get the images to save from the queryresults and b) Pop up a dialog to select the save location.

Summary

[Expand]
Inherited Constants
From interface javax.swing.Action
[Expand]
Inherited Fields
From class javax.swing.AbstractAction
Public Constructors
SaveImagesFromQueryResultsAction()
Public Methods
void doAction()
void setQueryResultsFrame(QueryResultsFrame queryResultsFrame)

[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 SaveImagesFromQueryResultsAction ()

Public Methods

public void doAction ()

See Also

public void setQueryResultsFrame (QueryResultsFrame queryResultsFrame)