org.apache.batik.apps.svgbrowser
Class FindDialog.TextTracker

java.lang.Object
  |
  +--org.apache.batik.apps.svgbrowser.FindDialog.TextTracker
All Implemented Interfaces:
javax.swing.event.DocumentListener, java.util.EventListener
Enclosing class:
FindDialog

protected class FindDialog.TextTracker
extends java.lang.Object
implements javax.swing.event.DocumentListener

This class is used to track all modifications of the search TextField.


Constructor Summary
protected FindDialog.TextTracker()
           
 
Method Summary
 void changedUpdate(javax.swing.event.DocumentEvent e)
           
 void insertUpdate(javax.swing.event.DocumentEvent e)
           
 void removeUpdate(javax.swing.event.DocumentEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FindDialog.TextTracker

protected FindDialog.TextTracker()
Method Detail

changedUpdate

public void changedUpdate(javax.swing.event.DocumentEvent e)
Specified by:
changedUpdate in interface javax.swing.event.DocumentListener

insertUpdate

public void insertUpdate(javax.swing.event.DocumentEvent e)
Specified by:
insertUpdate in interface javax.swing.event.DocumentListener

removeUpdate

public void removeUpdate(javax.swing.event.DocumentEvent e)
Specified by:
removeUpdate in interface javax.swing.event.DocumentListener


Copyright © 2001 Apache Software Foundation. All Rights Reserved.