All Packages Class Hierarchy This Package Previous Next Index
Class sun.beanbox.WindowCloser
java.lang.Object
|
+----sun.beanbox.WindowCloser
- public class WindowCloser
- extends Object
- implements WindowListener
-
WindowCloser(Window)
- Create an adaptor to listen for window closing events
on the given window and actually perform the close.
-
WindowCloser(Window, boolean)
- Create an adaptor to listen for window closing events
on the given window and actually perform the close.
-
windowActivated(WindowEvent)
-
-
windowClosed(WindowEvent)
-
-
windowClosing(WindowEvent)
-
-
windowDeactivated(WindowEvent)
-
-
windowDeiconified(WindowEvent)
-
-
windowIconified(WindowEvent)
-
-
windowOpened(WindowEvent)
-
WindowCloser
public WindowCloser(Window w)
- Create an adaptor to listen for window closing events
on the given window and actually perform the close.
WindowCloser
public WindowCloser(Window w,
boolean exitOnClose)
- Create an adaptor to listen for window closing events
on the given window and actually perform the close.
If "exitOnClose" is true we do a System.exit on close.
windowOpened
public void windowOpened(WindowEvent e)
windowClosing
public void windowClosing(WindowEvent e)
windowClosed
public void windowClosed(WindowEvent e)
windowIconified
public void windowIconified(WindowEvent e)
windowDeiconified
public void windowDeiconified(WindowEvent e)
windowActivated
public void windowActivated(WindowEvent e)
windowDeactivated
public void windowDeactivated(WindowEvent e)
All Packages Class Hierarchy This Package Previous Next Index