Class DOMViewer.Panel.DOMTreeSelectionListener

java.lang.Object
org.apache.batik.apps.svgbrowser.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 Details

    • DOMTreeSelectionListener

      protected DOMTreeSelectionListener()
  • Method Details

    • 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)
    • handleElementSelection

      protected void handleElementSelection(TreeSelectionEvent ev)
      Processes element selection overlay.
      Parameters:
      ev - Tree selection event