org.apache.batik.util.gui
Class DOMViewer.Panel.DOMTreeSelectionListener

java.lang.Object
  extended byorg.apache.batik.util.gui.DOMViewer.Panel.DOMTreeSelectionListener
All Implemented Interfaces:
EventListener, TreeSelectionListener
Enclosing class:
DOMViewer.Panel

protected class DOMViewer.Panel.DOMTreeSelectionListener
extends Object
implements TreeSelectionListener

To listen to the tree selection.


Constructor Summary
protected DOMViewer.Panel.DOMTreeSelectionListener()
           
 
Method Summary
protected  String createDocumentText(Document doc)
           
protected  int nodeCount(Node node)
           
 void valueChanged(TreeSelectionEvent ev)
          Called when the selection changes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DOMViewer.Panel.DOMTreeSelectionListener

protected DOMViewer.Panel.DOMTreeSelectionListener()
Method Detail

valueChanged

public void valueChanged(TreeSelectionEvent ev)
Called when the selection changes.

Specified by:
valueChanged in interface TreeSelectionListener

createDocumentText

protected String createDocumentText(Document doc)

nodeCount

protected int nodeCount(Node node)


Copyright ? 2005 Apache Software Foundation. All Rights Reserved.