|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The MAEUpdateListener class interface is used with MAEPlugins to specify the update interface for the PopupRegistry event handlers. These are called by MAEPlugins that have registered themselves with the popup registry when they were created and the have specified the particular events including:
This work was produced by Peter Lemkin of the National Cancer Institute, an agency of the United States Government. As a work of the United States Government there is no associated copyright. It is offered as open source software under the Mozilla Public License (version 1.1) subject to the limitations noted in the accompanying LEGAL file. This notice must be included with the code. The MAExplorer Mozilla and Legal files are available on http://maexplorer.sourceforge.net/.
Method Summary | |
void |
close(boolean preserveDataStructuresFlag)
close() - close the plugin |
void |
updateCurGene(int mid)
updateCurGene() - update (plot,report,string) popups w/current gene. |
void |
updateFilter()
updateFilter() - update popups using Filter workingCL changes for (plot,report,string,EPOverlayPlot) popups. |
void |
updateLabels()
updateLabels() - update popups using Label changes for (plot,report,string) popups. |
void |
updateSlider()
updateSlider() - update popups using Slider changes for (plot,report,string) popups. |
Method Detail |
public void updateCurGene(int mid)
public void updateFilter()
public void updateSlider()
public void updateLabels()
public void close(boolean preserveDataStructuresFlag)
preserveDataStructuresFlag
- to save data structures
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |