unbbayes.gui
Class UnBBayesFrame.ListenerCloserFrame

java.lang.Object
  extended by unbbayes.gui.UnBBayesFrame.ListenerCloserFrame
All Implemented Interfaces:
WindowListener, EventListener
Enclosing class:
UnBBayesFrame

public class UnBBayesFrame.ListenerCloserFrame
extends Object
implements WindowListener


Constructor Summary
UnBBayesFrame.ListenerCloserFrame()
           
 
Method Summary
 void windowActivated(WindowEvent e)
          Invoked when the Window is set to be the active Window.
 void windowClosed(WindowEvent e)
          Invoked when a window has been closed as the result of calling dispose on the window.
 void windowClosing(WindowEvent e)
          Invoked when the user attempts to close the window from the window's system menu.
 void windowDeactivated(WindowEvent e)
          Invoked when a Window is no longer the active Window.
 void windowDeiconified(WindowEvent e)
          Invoked when a window is changed from a minimized to a normal state.
 void windowIconified(WindowEvent e)
          Invoked when a window is changed from a normal to a minimized state.
 void windowOpened(WindowEvent e)
          Invoked the first time a window is made visible.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnBBayesFrame.ListenerCloserFrame

public UnBBayesFrame.ListenerCloserFrame()
Method Detail

windowOpened

public void windowOpened(WindowEvent e)
Invoked the first time a window is made visible.

Specified by:
windowOpened in interface WindowListener

windowClosing

public void windowClosing(WindowEvent e)
Invoked when the user attempts to close the window from the window's system menu.

Specified by:
windowClosing in interface WindowListener

windowClosed

public void windowClosed(WindowEvent e)
Invoked when a window has been closed as the result of calling dispose on the window.

Specified by:
windowClosed in interface WindowListener

windowIconified

public void windowIconified(WindowEvent e)
Invoked when a window is changed from a normal to a minimized state. For many platforms, a minimized window is displayed as the icon specified in the window's iconImage property.

Specified by:
windowIconified in interface WindowListener
See Also:
Frame.setIconImage(java.awt.Image)

windowDeiconified

public void windowDeiconified(WindowEvent e)
Invoked when a window is changed from a minimized to a normal state.

Specified by:
windowDeiconified in interface WindowListener

windowActivated

public void windowActivated(WindowEvent e)
Invoked when the Window is set to be the active Window. Only a Frame or a Dialog can be the active Window. The native windowing system may denote the active Window or its children with special decorations, such as a highlighted title bar. The active Window is always either the focused Window, or the first Frame or Dialog that is an owner of the focused Window.

Specified by:
windowActivated in interface WindowListener

windowDeactivated

public void windowDeactivated(WindowEvent e)
Invoked when a Window is no longer the active Window. Only a Frame or a Dialog can be the active Window. The native windowing system may denote the active Window or its children with special decorations, such as a highlighted title bar. The active Window is always either the focused Window, or the first Frame or Dialog that is an owner of the focused Window.

Specified by:
windowDeactivated in interface WindowListener


Copyright © 2001-2010 University of Brasilia - UnB. All Rights Reserved.