|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.ucsb.nceas.morpho.query.SearchCommand
Class to handle search command
Constructor Summary | |
SearchCommand(OpenDialogBox myDialogBox,
Morpho morpho)
Constructor of SearcCommand |
Method Summary | |
static void |
doQuery(MorphoFrame resultWindow,
Query query,
boolean sorted,
int sortedIndex,
java.lang.String sortedOder,
boolean sendEvent)
Run the search query |
void |
execute(java.awt.event.ActionEvent event)
execute cancel command |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SearchCommand(OpenDialogBox myDialogBox, Morpho morpho)
myDialogBox
- the dialogbox has a search buttonmorpho
- the morpho application which the search command will applyMethod Detail |
public void execute(java.awt.event.ActionEvent event)
execute
in interface Command
event
- ActionEventpublic static void doQuery(MorphoFrame resultWindow, Query query, boolean sorted, int sortedIndex, java.lang.String sortedOder, boolean sendEvent)
resultWindow
- MorphoFramequery
- Query
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |