|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--edu.ucsb.nceas.morpho.query.SaveQueryCommand
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 |
public SaveQueryCommand(Morpho morpho)
morpho
- the morpho application which the savequery command will applyMethod Detail |
public void execute(java.awt.event.ActionEvent event)
execute
in interface Command
public void loadSavedQueries()
public static void loadSavedQueries(Morpho myMorpho)
myMorpho
- the Morpho controls the saved queries
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |