|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--PopupFamilyNameSelector
Class PopupFamilyNameSelector .java - popup protein family name selection 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
|
private java.awt.Button |
closeButton
close window button |
private java.awt.Panel |
controlPanel
|
private java.awt.Checkbox |
familyANDCheckBox
select BOTH family and Checkbox |
private long[] |
familyBits
list of family bits |
private java.awt.Checkbox[] |
familyNameCheckbox
[0:nFamilies-1] checkboxes |
private java.awt.Frame |
familyNameFrame
Frame of Family name checkboxes |
private java.lang.String[] |
familyNames
list of family names |
private int |
idxSortALL
index of "ALL" in sortedNamesIdx[] list |
private int |
nFamilies
# of Families |
private ProtPlot |
prp
|
private ReadFamilies |
rf
|
private int[] |
sortedIdxToNamesIdx
map table to map sorted index to name idx |
private int[] |
sortedNamesIdx
index list of names sorted alphabetically by familyNames[] |
private ShowScatterPlotPopup |
spp
|
| Constructor Summary | |
(package private) |
PopupFamilyNameSelector(ProtPlot prp,
ShowScatterPlotPopup spp)
PopupFamilyNameSelector() - popup selector for family 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 ReadFamilies rf
private java.awt.Frame familyNameFrame
private java.awt.Panel checkBoxPanel
private java.awt.Panel controlPanel
private java.awt.Checkbox familyANDCheckBox
private java.awt.Checkbox[] familyNameCheckbox
private java.awt.Button closeButton
private int nFamilies
private java.lang.String[] familyNames
private long[] familyBits
private int[] sortedNamesIdx
private int[] sortedIdxToNamesIdx
private int idxSortALL
| Constructor Detail |
PopupFamilyNameSelector(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.WindowListenere - is WindowEvent when closepublic void windowClosed(java.awt.event.WindowEvent e)
windowClosed in interface java.awt.event.WindowListenerpublic void windowOpened(java.awt.event.WindowEvent e)
windowOpened 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 | |||||||