|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.Component | +--java.awt.Container | +--java.awt.Window | +--java.awt.Dialog | +--org.thdl.tib.scanner.AboutDialog
Window that displays copyright stuff.
WindowScannerFilter
,
Serialized FormField Summary |
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 | |
AboutDialog(Frame parent)
|
Method Summary | |
void |
actionPerformed(ActionEvent e)
|
void |
windowActivated(WindowEvent e)
Sin cuerpo, no hace nada. |
void |
windowClosed(WindowEvent e)
Sin cuerpo, no hace nada. |
void |
windowClosing(WindowEvent e)
Cierra la ventana. |
void |
windowDeactivated(WindowEvent e)
Sin cuerpo, no hace nada. |
void |
windowDeiconified(WindowEvent e)
Sin cuerpo, no hace nada. |
void |
windowIconified(WindowEvent e)
Sin cuerpo, no hace nada. |
void |
windowOpened(WindowEvent e)
Sin cuerpo, no hace nada. |
Methods inherited from class java.awt.Dialog |
addNotify, dispose, getAccessibleContext, getTitle, hide, isModal, isResizable, isUndecorated, paramString, setModal, setResizable, setTitle, setUndecorated, show |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public AboutDialog(Frame parent)
Method Detail |
public void actionPerformed(ActionEvent e)
actionPerformed
in interface ActionListener
public void windowClosing(WindowEvent e)
windowClosing
in interface WindowListener
public void windowActivated(WindowEvent e)
WindowListener
, la cual es implementada
para tener el metodo windowClosing
.
windowActivated
in interface WindowListener
windowClosing(java.awt.event.WindowEvent)
public void windowClosed(WindowEvent e)
WindowListener
, la cual es implementada
para tener el metodo windowClosing
.
windowClosed
in interface WindowListener
windowClosing(java.awt.event.WindowEvent)
public void windowDeactivated(WindowEvent e)
WindowListener
, la cual es implementada
para tener el metodo windowClosing
.
windowDeactivated
in interface WindowListener
windowClosing(java.awt.event.WindowEvent)
public void windowDeiconified(WindowEvent e)
WindowListener
, la cual es implementada
para tener el metodo windowClosing
.
windowDeiconified
in interface WindowListener
windowClosing(java.awt.event.WindowEvent)
public void windowIconified(WindowEvent e)
WindowListener
, la cual es implementada
para tener el metodo windowClosing
.
windowIconified
in interface WindowListener
windowClosing(java.awt.event.WindowEvent)
public void windowOpened(WindowEvent e)
WindowListener
, la cual es implementada
para tener el metodo windowClosing
.
windowOpened
in interface WindowListener
windowClosing(java.awt.event.WindowEvent)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |