public class

SaveQueryResultsAsKMLAction

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

Summary

[Expand]
Inherited Constants
From interface javax.swing.Action
[Expand]
Inherited Fields
From class javax.swing.AbstractAction
Public Constructors
SaveQueryResultsAsKMLAction(File file, QueryResults queryResults)
SaveQueryResultsAsKMLAction(File file, QueryResults queryResults, String query, String databaseUrl)
Public Methods
void doAction()

Writes the query results out as tab-delimited text to a file

[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 SaveQueryResultsAsKMLAction (File file, QueryResults queryResults)

public SaveQueryResultsAsKMLAction (File file, QueryResults queryResults, String query, String databaseUrl)

Public Methods

public void doAction ()

Writes the query results out as tab-delimited text to a file