edu.ucsb.nceas.morpho.query
Class SaveQueryCommand

java.lang.Object
  extended byedu.ucsb.nceas.morpho.query.SaveQueryCommand
All Implemented Interfaces:
Command

public class SaveQueryCommand
extends java.lang.Object
implements Command

Class to handle savequery command


Constructor Summary
SaveQueryCommand(Morpho morpho)
          Constructor of SearcCommand
 
Method Summary
 void execute(java.awt.event.ActionEvent event)
          execute savequery command
 void loadSavedQueries()
          Load the saved queries into the Search menu so that the user can launch any queries they saved from previosu sessions.
static void loadSavedQueries(Morpho myMorpho)
          Load the saved queries into the Search menu so that the user can launch any queries they saved from previosu sessions.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SaveQueryCommand

public SaveQueryCommand(Morpho morpho)
Constructor of SearcCommand

Parameters:
morpho - the morpho application which the savequery command will apply
Method Detail

execute

public void execute(java.awt.event.ActionEvent event)
execute savequery command

Specified by:
execute in interface Command

loadSavedQueries

public void loadSavedQueries()
Load the saved queries into the Search menu so that the user can launch any queries they saved from previosu sessions.


loadSavedQueries

public static void loadSavedQueries(Morpho myMorpho)
Load the saved queries into the Search menu so that the user can launch any queries they saved from previosu sessions.

Parameters:
myMorpho - the Morpho controls the saved queries


Copyright © 2000 National Center for Ecological Analysis and Synthesis. All Rights Reserved.