|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.awt.Component
java.awt.Container
java.awt.Window
java.awt.Frame
Accession.AccCALIBwizardPopup
public class AccCALIBwizardPopup
The AccCALIBwizardPopupclass implements a popup GUI to create and edit the image grayscale calibration used in the accessioning program.
[TODO] Debug Calibration.
1. The histogram does not correct - bad peak display.
2. Also check permutations of
(no calibration, data, calib. data in Acc DB, has Wedge ROI CW,
Wedge CW + calibr. data, explict calib w/o wedge, point list
similar to Flicker). Resolve popup of missing data.
This is tracked with calDataMode set from
(CAL_WEDGE CAL_SPOTLIST CAL_DATA_FILE CAL_MANUAL).
3. Validate calibration table that can be used to sepecify
calibration values from a file.
It may have 1 or more of the following fields
"PEAK", "CAL", "GRAY", "CAL-UNIT", "CAL-ABBREV".
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 Open2Dprot
Mozilla and Legal files are available on
http://Open2Dprot.sourceforge.net/.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.awt.Frame |
|---|
java.awt.Frame.AccessibleAWTFrame |
| Nested classes/interfaces inherited from class java.awt.Window |
|---|
java.awt.Window.AccessibleAWTWindow |
| Nested classes/interfaces inherited from class java.awt.Container |
|---|
java.awt.Container.AccessibleAWTContainer |
| Nested classes/interfaces inherited from class java.awt.Component |
|---|
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy |
| Field Summary | |
|---|---|
int |
activeBin
active bin idx [0:nHist-1] else -1 |
private java.awt.Font |
buttonFont
|
static int |
CAL_DATA_FILE
get (cal,gray) list calibration from tab-delim data file field names: (PEAK CAL GRAY CAL-UNIT CAL-ABBREV) |
static int |
CAL_MANUAL
Enter calibration manually by typing into the table. |
static int |
CAL_SPOTLIST
Use Spot list values for gray values grayDataList[] |
static int |
CAL_WEDGE
Use ND step wedge ROI for gray values |
float[] |
calDataList
calDataList is calibration value list if not null |
int |
calDataMode
calDataMode of form CAL_WEDGE, CAL_SPOTLIST |
private java.awt.Color |
calibPeakColor
calibration peaks on histogram color |
Table |
calibTbl
calibration data file table |
java.lang.String |
calTypeStr
String name of calDataMode. |
java.lang.String |
calUnits
calUnits is name of calibration units if not null |
boolean |
changedAccCalibrDataFlag
Flag indicating that the accession calibration fields were defined or were edited |
Accession |
cs
instance of the main class |
DbSample |
dbS
link to active sample |
java.lang.String |
dispName
Name of image to display |
char[] |
dispPixC
Picture buffer char[] of image to display . |
private boolean |
drawIntoImageFlag
set if draw plot to GIF file |
private java.awt.Menu |
editMenu
"Edit" pull down Menu list |
private java.awt.Menu |
fileMenu
"File" pull down Menu list |
private java.lang.String |
fontFamily
|
int[] |
grayDataList
grayDataList is peak gray list if not null. |
boolean |
grayValueListChangedFlag
Flag indicating that the accession calibration gray value fields were defined or were edited |
private java.awt.Menu |
helpMenu
"Help" pull down Menu list |
private int[] |
hist
freq hist[0:nHist-1]. |
private java.awt.Color |
histColor
|
private java.awt.Color |
histTopColor
|
boolean |
isVisibleFlag
If the Histogram is visible |
private java.awt.Color |
labelColor
|
private java.awt.Font |
largeFont
|
boolean |
logReportFlag
set from "Log report" checkbox menu item |
static int |
MAX_GRAY
# gray values in a pixel |
static int |
MAXBINS
# of histogram into bins |
private java.awt.MenuBar |
mbar
menu bar for the frame |
private java.awt.Font |
mediumFont
|
MenuSupport |
ms
Menu support functions using Hashtables to tack what is active. |
private java.awt.TextArea |
msgTextArea
Text area GUI for message rporting |
(package private) static int |
N_PCT_PROLOGUE
default # of initial rows in the peak wedge calibration table |
int |
nCalSteps
size of calDataList is calibration value list if not null |
(package private) static int |
NCOLS
|
int |
nGrayPeaks
size of the grayDataList is peak gray list if not null |
int |
nPixels
The pixWidth*pixHeight |
(package private) static int |
NROWS
size of the text area in characters |
private java.awt.Color |
odColor
|
java.lang.String |
oGifFileName
Full path of image to "Save image" in |
private java.awt.Color |
optBkgrdColor
|
(package private) static int |
PEAK_CAL_TBL_COLS
default # of editPanel cols |
(package private) static int |
PEAK_CAL_TBL_ROWS
default # of editPanel rows |
(package private) static int |
peakCalTblCols
# of editPanel cols in actual table |
(package private) static int |
peakCalTblRows
# of editPanel rows in actual table |
private java.awt.TextField[][] |
peakCalTblTF
Array of TextFields used in constructing the Peak Calibration Table editPanel. |
private java.awt.Color |
peakNbrColor
peak number color |
private int |
peakNbrFontSize
font size for peak number labels |
int |
pixHeight
The width of the current image |
int |
pixWidth
The width of the current image |
(package private) static long |
serialVersionUID
frame id |
private int[] |
sHist
modified freq sHist[0:nHist-1]. |
private java.awt.Font |
smallFont
|
private int |
textAreaFontSize
font size |
private java.lang.String |
textFontFamily
font family for message window |
java.awt.Checkbox |
useLogCB
the "Use log" checkbox |
boolean |
useLogFlag
set from "Use log" checkbox |
boolean |
useSaveImageFlag
set from "Save image" Command |
static int |
VIEW_HEIGHT
Height of the frame |
static int |
VIEW_WIDTH
Width of the frame |
int |
viewHeight
|
private java.awt.Menu |
viewMenu
"View" pull down Menu list |
int |
viewWidth
|
private static int[] |
xPainted
active hit coordinates |
| Fields inherited from class java.awt.Frame |
|---|
CROSSHAIR_CURSOR, DEFAULT_CURSOR, E_RESIZE_CURSOR, HAND_CURSOR, ICONIFIED, MAXIMIZED_BOTH, MAXIMIZED_HORIZ, MAXIMIZED_VERT, MOVE_CURSOR, N_RESIZE_CURSOR, NE_RESIZE_CURSOR, NORMAL, NW_RESIZE_CURSOR, S_RESIZE_CURSOR, SE_RESIZE_CURSOR, SW_RESIZE_CURSOR, TEXT_CURSOR, W_RESIZE_CURSOR, WAIT_CURSOR |
| Fields inherited from class java.awt.Component |
|---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
|---|---|
AccCALIBwizardPopup(Accession cs,
DbSample dbS,
int calDataMode,
float[] calDataList,
int[] grayDataList,
int nCalSteps,
int nGrayPeaks,
java.lang.String calUnits,
Table calibTbl)
AccCALIBwizardPopup() - Constructor. |
|
| Method Summary | |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
actionPerformed() - Handle Control panel button clicks |
private void |
addMenuTree(java.awt.Frame f,
java.awt.MenuBar mbar)
addMenuTree() - create pull down menus in menu bar |
private void |
buildHistGUI()
buildHistGUI() - build the histogram GUI |
void |
close(boolean tryToSaveFlag)
close() - close this popup and reset flags |
private static void |
drawFilledBox(java.awt.Graphics g,
int xC,
int yC,
int width,
java.awt.Color color)
drawFilledBox() - draw plus sign at the specified color. |
(package private) boolean |
drawGifFile(java.lang.String oGifFileName)
drawGifFile() - draw plot into Gif image file if in stand-alone mode. |
private boolean |
drawHistInCanvas(java.awt.Graphics g)
drawHistInCanvas() - draw histogram of hist[]. |
java.awt.Dimension |
getMinimumSize()
getMinimumSize() - get the minimum preferred size |
java.awt.Dimension |
getPreferredSize()
getPreferredSize() - getPreferredSize, needed for sizing frame and ScrollPane correctly. |
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. |
void |
mouseClicked(java.awt.event.MouseEvent e)
|
void |
mouseDragged(java.awt.event.MouseEvent e)
mouseDragged() - process mouse event |
void |
mouseEntered(java.awt.event.MouseEvent e)
|
void |
mouseExited(java.awt.event.MouseEvent e)
|
boolean |
mouseHandler(int x,
int y)
mouseHandler() - search for the active bin if any |
void |
mouseMoved(java.awt.event.MouseEvent e)
|
void |
mousePressed(java.awt.event.MouseEvent e)
|
void |
mouseReleased(java.awt.event.MouseEvent e)
mouseReleased() - process mouse event |
void |
paint(java.awt.Graphics g)
paint() - draw the histogram |
private void |
positionHistWindow()
positionHistWindow() - position histogram window on the screen |
private boolean |
reExtrapolateCalibration()
reExtrapolateCalibration() - regenerate the mapGrayToCal[] from the peak table |
boolean |
refreshMapFromTable(boolean updateMapFlag)
refreshMapFromTable() - refresh the peak table from the TextFields... |
boolean |
setCalValueListCalibAccFields()
setCalValueListCalibAccFields() - set the accession data calibration values peak list calibration fields |
boolean |
setGrayPeakListCalibAccFields()
setGrayPeakListCalibAccFields() - set the accession data gray value peaks list calibration fields |
void |
setTitleHist(java.lang.String title)
setTitleHist() - set the title |
void |
setVisible(boolean isVisibleFlag,
boolean redoROIhistFlag)
setVisible() - set the histogram as visible or not |
void |
showMsg(java.lang.String msg)
showMsg() - display the msg in text area window |
void |
showMsg(java.lang.String msg,
java.awt.Color color)
showMsg() - set the status msg |
void |
update(java.awt.Graphics g)
update() - update without background the scrollable canvas |
boolean |
updateAccTableWithSpotList()
updateAccTableWithSpotList() - update accession DB table with spot list data. |
void |
updateHistogramPlot(boolean redoROIhistFlag)
updateHistogramPlot() - set hist state and do repaint to draw it. |
private void |
updatePeakCalTable()
updatePeakCalTable() - update the peak calibration table GUI text field and the dbS.calib cal and gray value arrays with new data from calDataList[] and grayDataList[]. |
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.awt.Frame |
|---|
addNotify, finalize, getAccessibleContext, getCursorType, getExtendedState, getFrames, getIconImage, getMaximizedBounds, getMenuBar, getState, getTitle, isResizable, isUndecorated, paramString, remove, removeNotify, setCursor, setExtendedState, setIconImage, setMaximizedBounds, setMenuBar, setResizable, setState, setTitle, setUndecorated |
| Methods inherited from class java.awt.Window |
|---|
addPropertyChangeListener, addPropertyChangeListener, addWindowFocusListener, addWindowListener, addWindowStateListener, applyResourceBundle, applyResourceBundle, createBufferStrategy, createBufferStrategy, dispose, getBufferStrategy, getFocusableWindowState, getFocusCycleRootAncestor, getFocusOwner, getFocusTraversalKeys, getGraphicsConfiguration, getInputContext, getListeners, getLocale, getMostRecentFocusOwner, getOwnedWindows, getOwner, getToolkit, getWarningString, getWindowFocusListeners, getWindowListeners, getWindowStateListeners, hide, isActive, isAlwaysOnTop, isFocusableWindow, isFocusCycleRoot, isFocused, isLocationByPlatform, isShowing, pack, postEvent, processEvent, processWindowEvent, processWindowFocusEvent, processWindowStateEvent, removeWindowFocusListener, removeWindowListener, removeWindowStateListener, setAlwaysOnTop, setBounds, setCursor, setFocusableWindowState, setFocusCycleRoot, setLocationByPlatform, setLocationRelativeTo, show, toBack, toFront |
| Methods inherited from class java.awt.Container |
|---|
add, add, add, add, add, addContainerListener, addImpl, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalPolicy, getInsets, getLayout, getMaximumSize, getMousePosition, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, print, printComponents, processContainerEvent, remove, remove, removeAll, removeContainerListener, setComponentZOrder, setFocusTraversalKeys, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setFont, setLayout, transferFocusBackward, transferFocusDownCycle, validate, validateTree |
| Methods inherited from class java.awt.Component |
|---|
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, contains, createImage, createImage, createVolatileImage, createVolatileImage, disable, disableEvents, dispatchEvent, enable, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBounds, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphics, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocation, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isOpaque, isPreferredSizeSet, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, prepareImage, prepareImage, printAll, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, processMouseWheelEvent, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, repaint, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, reshape, resize, resize, setBackground, setBounds, setComponentOrientation, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeysEnabled, setForeground, setIgnoreRepaint, setLocale, setLocation, setLocation, setMaximumSize, setMinimumSize, setName, setPreferredSize, setSize, setSize, setVisible, show, size, toString, transferFocus, transferFocusUpCycle |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.awt.MenuContainer |
|---|
getFont, postEvent |
| Field Detail |
|---|
static final long serialVersionUID
public Accession cs
public DbSample dbS
public static final int CAL_WEDGE
public static final int CAL_SPOTLIST
public static final int CAL_DATA_FILE
public static final int CAL_MANUAL
public int calDataMode
public float[] calDataList
public int nCalSteps
public int[] grayDataList
public int nGrayPeaks
public java.lang.String calUnits
public java.lang.String calTypeStr
public static final int VIEW_WIDTH
public static final int VIEW_HEIGHT
public int viewWidth
public int viewHeight
static final int N_PCT_PROLOGUE
static final int PEAK_CAL_TBL_ROWS
static final int PEAK_CAL_TBL_COLS
static final int peakCalTblRows
static final int peakCalTblCols
public static int MAX_GRAY
public static int MAXBINS
static final int NROWS
static final int NCOLS
private java.awt.MenuBar mbar
private java.awt.Menu fileMenu
private java.awt.Menu viewMenu
private java.awt.Menu editMenu
private java.awt.Menu helpMenu
public MenuSupport ms
public int activeBin
private int[] hist
private int[] sHist
private boolean drawIntoImageFlag
private java.awt.TextArea msgTextArea
private int textAreaFontSize
private java.lang.String textFontFamily
private java.lang.String fontFamily
private java.awt.Font smallFont
private java.awt.Font mediumFont
private java.awt.Font largeFont
private java.awt.Font buttonFont
private int peakNbrFontSize
public java.lang.String dispName
public char[] dispPixC
public int pixWidth
public int pixHeight
public int nPixels
public java.lang.String oGifFileName
public java.awt.Checkbox useLogCB
public boolean useLogFlag
public boolean useSaveImageFlag
public boolean logReportFlag
private java.awt.Color optBkgrdColor
private java.awt.Color histColor
private java.awt.Color histTopColor
private java.awt.Color odColor
private java.awt.Color calibPeakColor
private java.awt.Color labelColor
private java.awt.Color peakNbrColor
private java.awt.TextField[][] peakCalTblTF
private static int[] xPainted
public boolean isVisibleFlag
public boolean changedAccCalibrDataFlag
public boolean grayValueListChangedFlag
public Table calibTbl
| Constructor Detail |
|---|
public AccCALIBwizardPopup(Accession cs,
DbSample dbS,
int calDataMode,
float[] calDataList,
int[] grayDataList,
int nCalSteps,
int nGrayPeaks,
java.lang.String calUnits,
Table calibTbl)
cs - is an instance of the main classdbS - is sample to calibratecalDataMode - is CAL_WEDGE, CAL_SPOTLIST, CAL_DATA_FILE, or
CAL_MANUALcalDataList - is calibration value list [0:nCalSteps-1] if not null.
These are the target values corresponding to each of the gray
values. E.G., they could be OD values for an OD step wedge, etc.grayDataList - is peak gray list [0:nGrayPeaks-1] if not null.
These are the gray values corresponding to calibration data.nCalSteps - size of calDataList[]nGrayPeaks - size of grayDataList[]calUnits - is name of calibration units if not nullcalibTbl - is calibration Table if doing CAL_DATA_FILE| Method Detail |
|---|
public java.awt.Dimension getPreferredSize()
getPreferredSize in class java.awt.Containerpublic java.awt.Dimension getMinimumSize()
getMinimumSize in class java.awt.Containerprivate void positionHistWindow()
private void buildHistGUI()
private void addMenuTree(java.awt.Frame f,
java.awt.MenuBar mbar)
f - is framembar - is MenuBarpublic void showMsg(java.lang.String msg)
msg - to display
public void showMsg(java.lang.String msg,
java.awt.Color color)
msg - is the status window msgcolor - to draw itpublic void setTitleHist(java.lang.String title)
title - is window title
public void setVisible(boolean isVisibleFlag,
boolean redoROIhistFlag)
redoROIhistFlag - will reompute thie iData.hist[]
from the ROI window in the image.boolean drawGifFile(java.lang.String oGifFileName)
oGifFileName - is the full path GIF output file
public boolean setCalValueListCalibAccFields()
public boolean setGrayPeakListCalibAccFields()
private void updatePeakCalTable()
Array of TextFields used in constructing the editable
Peak Calibration Table.
It is of size [0:peakCalTblRows-1][0:peakCalTblCols-1].
holding the N_PCT_PROLOGUE rows plus the MAX_WEDGE_STEPS.
The following is an example:
-------------------------------------------------------------
col #0 col #1 col #2 col #3
-------------------------------------------------------------
0 Calibration units ["optical density" / "Grayvalue" / "CPM", etc.]
1 Wedge window [calCWx1:calCWx2, calCWy1:calCWy2] - set by ROI
2 Wedge identifier ["manufacturer and part #"]
3 Step #1 OD [od value] Gray peak [gray value]
Step #2 OD [od value] Gray peak [gray value]
. . .
n Step #n OD [od value] Gray peak [gray value]
-------------------------------------------------------------
public boolean refreshMapFromTable(boolean updateMapFlag)
updateMapFlag - to apply the new table to updating mapGrayToCal[].
private boolean reExtrapolateCalibration()
public boolean updateAccTableWithSpotList()
public void updateHistogramPlot(boolean redoROIhistFlag)
redoROIhistFlag - will reompute thie iData.hist[]
from the ROI window in the image.
private static final void drawFilledBox(java.awt.Graphics g,
int xC,
int yC,
int width,
java.awt.Color color)
g - is graphics contextx - is center of objecty - is center of objectwidth - is width of objectcolor - is color to drawprivate boolean drawHistInCanvas(java.awt.Graphics g)
g - is graphics contextpublic void paint(java.awt.Graphics g)
paint in class java.awt.Containerg - is graphics contextdrawHistInCanvas(java.awt.Graphics)public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListenere - is ActionEvent for buttons in control panelpublic void close(boolean tryToSaveFlag)
tryToSaveFlag - try to save calibration if neededpublic void update(java.awt.Graphics g)
update in class java.awt.Containerg - is graphics contextpublic void itemStateChanged(java.awt.event.ItemEvent e)
itemStateChanged in interface java.awt.event.ItemListenere - is ItemEvent
public boolean mouseHandler(int x,
int y)
x - mouse positiony - mouse position
public void mouseDragged(java.awt.event.MouseEvent e)
mouseDragged in interface java.awt.event.MouseMotionListenere - is mouse pressed eventpublic void mouseReleased(java.awt.event.MouseEvent e)
mouseReleased in interface java.awt.event.MouseListenere - is mouse pressed eventpublic void mousePressed(java.awt.event.MouseEvent e)
mousePressed in interface java.awt.event.MouseListenerpublic void mouseClicked(java.awt.event.MouseEvent e)
mouseClicked in interface java.awt.event.MouseListenerpublic void mouseEntered(java.awt.event.MouseEvent e)
mouseEntered in interface java.awt.event.MouseListenerpublic void mouseExited(java.awt.event.MouseEvent e)
mouseExited in interface java.awt.event.MouseListenerpublic void mouseMoved(java.awt.event.MouseEvent e)
mouseMoved in interface java.awt.event.MouseMotionListenerpublic void windowClosing(java.awt.event.WindowEvent e)
windowClosing in interface java.awt.event.WindowListenere - is window closing eventclose(boolean)public 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 windowClosed(java.awt.event.WindowEvent e)
windowClosed 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: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||