org.apache.batik.util.gui
Class URIChooser.DocumentAdapter
java.lang.Object
org.apache.batik.util.gui.URIChooser.DocumentAdapter
- All Implemented Interfaces:
- EventListener, DocumentListener
- Enclosing class:
- URIChooser
protected class URIChooser.DocumentAdapter
- extends Object
- implements DocumentListener
To listen to the document changes
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
URIChooser.DocumentAdapter
protected URIChooser.DocumentAdapter()
changedUpdate
public void changedUpdate(DocumentEvent e)
- Specified by:
changedUpdate
in interface DocumentListener
insertUpdate
public void insertUpdate(DocumentEvent e)
- Specified by:
insertUpdate
in interface DocumentListener
removeUpdate
public void removeUpdate(DocumentEvent e)
- Specified by:
removeUpdate
in interface DocumentListener
Copyright © 2017 Apache Software Foundation. All Rights Reserved.