|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.ucsb.nceas.morpho.query.RunSavedQueryCommand
Class to handle click a saved query menu item
Constructor Summary | |
RunSavedQueryCommand(Query myQuery)
Constructor of SearcCommand |
Method Summary | |
void |
execute(java.awt.event.ActionEvent event)
execute cancel command |
Query |
getQuery()
Get query from the object |
void |
setQuery(Query myQuery)
Set query to this object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RunSavedQueryCommand(Query myQuery)
myQuery
- the query stored in this save query menu itemMethod Detail |
public void setQuery(Query myQuery)
myQuery
- the new query for the RunSaveQueryCommandpublic Query getQuery()
public void execute(java.awt.event.ActionEvent event)
execute
in interface Command
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |