cz.zcu.fav.kiv.jsim.gui
Class JSimDetailedInfoWindow.MyWindowAdapter

java.lang.Object
  extended byjava.awt.event.WindowAdapter
      extended bycz.zcu.fav.kiv.jsim.gui.JSimDetailedInfoWindow.MyWindowAdapter
All Implemented Interfaces:
java.util.EventListener, java.awt.event.WindowFocusListener, java.awt.event.WindowListener, java.awt.event.WindowStateListener
Enclosing class:
JSimDetailedInfoWindow

class JSimDetailedInfoWindow.MyWindowAdapter
extends java.awt.event.WindowAdapter

The dialog's window adapter. Disposes the dialog of when closed.


Constructor Summary
(package private) JSimDetailedInfoWindow.MyWindowAdapter()
           
 
Method Summary
 void windowClosing(java.awt.event.WindowEvent e)
           
 
Methods inherited from class java.awt.event.WindowAdapter
windowActivated, windowClosed, windowDeactivated, windowDeiconified, windowGainedFocus, windowIconified, windowLostFocus, windowOpened, windowStateChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSimDetailedInfoWindow.MyWindowAdapter

JSimDetailedInfoWindow.MyWindowAdapter()
Method Detail

windowClosing

public void windowClosing(java.awt.event.WindowEvent e)