|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--edu.ucsb.nceas.morpho.query.RefreshCommand
Class to handle refresh command
Constructor Summary | |
RefreshCommand()
Constructor of refreshCommand There is no parameter, means it will refresh current active morpho frame |
|
RefreshCommand(MorphoFrame box)
Constructor of RefreshCommand |
|
RefreshCommand(OpenDialogBox myOpenDialog)
Constructor of RefreshCommand |
Method Summary | |
void |
execute(java.awt.event.ActionEvent event)
execute refresh command |
static ResultPanel |
getResultPanelFromMorphoFrame(MorphoFrame frame)
Gave a morphoFrame, get resultpanel from it. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public RefreshCommand()
public RefreshCommand(MorphoFrame box)
box
- specify a morphoframe need to be refreshedpublic RefreshCommand(OpenDialogBox myOpenDialog)
myOpenDialog
- specify a Open dialog need to be refreshedMethod Detail |
public void execute(java.awt.event.ActionEvent event)
public static ResultPanel getResultPanelFromMorphoFrame(MorphoFrame frame)
frame
- the morpho frame which contains the result panel
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |