gui.dialog
Class JAPDialog.SimpleDialogButtonFocusWindowAdapter

java.lang.Object
  extended by java.awt.event.WindowAdapter
      extended by gui.dialog.JAPDialog.SimpleDialogButtonFocusWindowAdapter
All Implemented Interfaces:
java.awt.event.WindowFocusListener, java.awt.event.WindowListener, java.awt.event.WindowStateListener, java.util.EventListener
Enclosing class:
JAPDialog

private static class JAPDialog.SimpleDialogButtonFocusWindowAdapter
extends java.awt.event.WindowAdapter


Field Summary
private  DialogContentPane m_contentPane
           
 
Constructor Summary
JAPDialog.SimpleDialogButtonFocusWindowAdapter(DialogContentPane a_contentPane)
           
 
Method Summary
 void windowOpened(java.awt.event.WindowEvent a_event)
           
 
Methods inherited from class java.awt.event.WindowAdapter
windowActivated, windowClosed, windowClosing, windowDeactivated, windowDeiconified, windowGainedFocus, windowIconified, windowLostFocus, windowStateChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_contentPane

private DialogContentPane m_contentPane
Constructor Detail

JAPDialog.SimpleDialogButtonFocusWindowAdapter

public JAPDialog.SimpleDialogButtonFocusWindowAdapter(DialogContentPane a_contentPane)
Method Detail

windowOpened

public void windowOpened(java.awt.event.WindowEvent a_event)
Specified by:
windowOpened in interface java.awt.event.WindowListener
Overrides:
windowOpened in class java.awt.event.WindowAdapter