com.adventnet.snmp.ui
Class FindDialog.WindowAdap

java.lang.Object
  extended by java.awt.event.WindowAdapter
      extended by com.adventnet.snmp.ui.FindDialog.WindowAdap
All Implemented Interfaces:
java.awt.event.WindowFocusListener, java.awt.event.WindowListener, java.awt.event.WindowStateListener, java.util.EventListener
Enclosing class:
FindDialog

 class FindDialog.WindowAdap
extends java.awt.event.WindowAdapter


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

Field Detail

text

javax.swing.JTextField text
Constructor Detail

FindDialog.WindowAdap

FindDialog.WindowAdap(javax.swing.JTextField text)
Method Detail

windowActivated

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

finalize

public void finalize()
              throws java.lang.Throwable
Overrides:
finalize in class java.lang.Object
Throws:
java.lang.Throwable