org.apache.batik.apps.svgbrowser
Class NodePickerPanel.XMLAreaListener
java.lang.Object
org.apache.batik.apps.svgbrowser.NodePickerPanel.XMLAreaListener
- All Implemented Interfaces:
- EventListener, DocumentListener
- Enclosing class:
- NodePickerPanel
protected class NodePickerPanel.XMLAreaListener
- extends Object
- implements DocumentListener
Listens for the changes in the xml text area and updates this node picker
panel if needed.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NodePickerPanel.XMLAreaListener
protected NodePickerPanel.XMLAreaListener()
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 © 2008 Apache Software Foundation. All Rights Reserved.