|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--EventHandlerPRP
Class EventHandlerPRP.java - implements the event handlers for ShowScatterPlotPopup. This work was produced by Peter Lemkin of the National Cancer Institute, an agency of the United States Government and Djamel Medjahed (SAIC-Frederick). 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 work was derived from MAExplorer under the Mozilla 1.1 Open Source Public License by Peter Lemkin of the National Cancer Institute, an agency of the United States Government subject to the limitations noted in the accompanying LEGAL file. See licence info on http://maexplorer.sourceforge.org/
| Field Summary | |
Filter |
fil
Instance of Data Filter. |
private ProtPlot |
prp
instance of ProtPlot |
(package private) ReportPRP |
rpt
instance of ReportPRP |
(package private) ShowScatterPlotPopup |
spp
Instance of ShowScatterPlotPopup |
private UtilPRP |
util
instance of UtilPRP |
| Constructor Summary | |
EventHandlerPRP(ProtPlot prp)
EventHandlerPRP() - constructor |
|
| Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent e)
actionPerformed() - Handle Control panel button clicks or menu items. |
void |
adjustmentValueChanged(java.awt.event.AdjustmentEvent e)
adjustmentValueChanged() - handle scroll events. |
void |
itemStateChanged(java.awt.event.ItemEvent e)
itemStateChanged() - handle item state changed events NOTE: need to implement radio groups here since AWT only implements radio groups for Checkboxes, and CheckboxMenuItems. |
private java.awt.Color[] |
makeColorMap()
makeColorMap() - make 255 gray value colors or if pseudocolor mode, then color range |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
private ProtPlot prp
public Filter fil
ReportPRP rpt
private UtilPRP util
ShowScatterPlotPopup spp
| Constructor Detail |
public EventHandlerPRP(ProtPlot prp)
prp - is instance of ProtPlot| Method Detail |
private java.awt.Color[] makeColorMap()
public void actionPerformed(java.awt.event.ActionEvent e)
e - is action eventpublic void adjustmentValueChanged(java.awt.event.AdjustmentEvent e)
e - is AdjustmentEventpublic void itemStateChanged(java.awt.event.ItemEvent e)
e - is ItemEvent
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||