|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--PopupTissueNameSelector
Class PopupTissueNameSelector .java - popup window to define tissue names 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 | |
private java.awt.Panel |
checkBoxPanel
Frame of tissue name checkboxes |
private java.awt.Button |
closeButton
close window button |
private java.awt.Panel |
controlPanel
Frame of tissue name checkboxes |
private int |
idxSortALL
index of "ALL" in sortedNamesIdx[] list |
private int |
nTissues
# of tissues |
private ProtPlot |
prp
|
private ReadTissues |
rt
|
private int[] |
sortedIdxToNamesIdx
map table to map sorted index to name idx |
private int[] |
sortedNamesIdx
index list of names sorted alphabetically by tissueNames[0:nTissues-1] |
private ShowScatterPlotPopup |
spp
|
private java.awt.Checkbox |
tissueANDCheckBox
|
private long[] |
tissueBits
list of tissue bits |
private java.awt.Checkbox[] |
tissueNameCheckbox
|
private java.awt.Frame |
tissueNameFrame
|
private java.lang.String[] |
tissueNames
list of tissue names |
| Constructor Summary | |
(package private) |
PopupTissueNameSelector(ProtPlot prp,
ShowScatterPlotPopup spp)
PopupTissueNameSelector() - popup selector for tissue name(s) |
| Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent e)
actionPerformed() - Handle button clicks |
void |
itemStateChanged(java.awt.event.ItemEvent e)
itemStateChanged() - handle item state checkbox selectors. |
void |
quit()
quit() - kill this frame |
void |
windowActivated(java.awt.event.WindowEvent e)
|
void |
windowClosed(java.awt.event.WindowEvent e)
|
void |
windowClosing(java.awt.event.WindowEvent e)
windowClosing() - close down the window. |
void |
windowDeactivated(java.awt.event.WindowEvent e)
|
void |
windowDeiconified(java.awt.event.WindowEvent e)
|
void |
windowIconified(java.awt.event.WindowEvent e)
|
void |
windowOpened(java.awt.event.WindowEvent e)
|
| Methods inherited from class java.lang.Object |
|
| Field Detail |
private ProtPlot prp
private ShowScatterPlotPopup spp
private ReadTissues rt
private java.awt.Frame tissueNameFrame
private java.awt.Panel checkBoxPanel
private java.awt.Panel controlPanel
private java.awt.Checkbox tissueANDCheckBox
private java.awt.Checkbox[] tissueNameCheckbox
private java.awt.Button closeButton
private int nTissues
private java.lang.String[] tissueNames
private long[] tissueBits
private int[] sortedNamesIdx
private int[] sortedIdxToNamesIdx
private int idxSortALL
| Constructor Detail |
PopupTissueNameSelector(ProtPlot prp,
ShowScatterPlotPopup spp)
| Method Detail |
public void itemStateChanged(java.awt.event.ItemEvent e)
itemStateChanged in interface java.awt.event.ItemListenerpublic void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListenerpublic void quit()
public void windowClosing(java.awt.event.WindowEvent e)
windowClosing in interface java.awt.event.WindowListenerpublic void windowOpened(java.awt.event.WindowEvent e)
windowOpened in interface java.awt.event.WindowListenerpublic void windowClosed(java.awt.event.WindowEvent e)
windowClosed in interface java.awt.event.WindowListenerpublic void windowActivated(java.awt.event.WindowEvent e)
windowActivated in interface java.awt.event.WindowListenerpublic void windowDeactivated(java.awt.event.WindowEvent e)
windowDeactivated in interface java.awt.event.WindowListenerpublic void windowDeiconified(java.awt.event.WindowEvent e)
windowDeiconified in interface java.awt.event.WindowListenerpublic void windowIconified(java.awt.event.WindowEvent e)
windowIconified in interface java.awt.event.WindowListener
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||