org.pf.joi.xml
Class NodeInspector

java.lang.Object
  extended byjava.awt.event.MouseAdapter
      extended byorg.pf.joi.Inspector
          extended byorg.pf.joi.BasicInspector
              extended byorg.pf.joi.xml.NodeInspector
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener, java.awt.event.MouseListener, javax.swing.event.TreeSelectionListener

public class NodeInspector
extends org.pf.joi.BasicInspector

The inspector implementation for org.w3c.dom.Node.

Version:
1.0
Author:
Manfred Duchrow

Field Summary
 
Fields inherited from class org.pf.joi.Inspector
EXPORTER_MAPPING_FILENAME, INSPECTOR_MAPPING_FILENAME
 
Constructor Summary
NodeInspector()
          Initialize the new instance with default values.
 
Methods inherited from class org.pf.joi.BasicInspector
actionPerformed, mouseClicked, valueChanged
 
Methods inherited from class org.pf.joi.Inspector
basicInspect, basicInspect, basicInspectWait, basicInspectWait, bindInspector, deactivateHalt, fullIdentification, getBasicObjectSpy, getBasicObjectSpy, getObjectSpy, getObjectSpy, getProgSignature, halt, inspect, inspect, inspectWait, inspectWait, shortIdentification
 
Methods inherited from class java.awt.event.MouseAdapter
mouseEntered, mouseExited, mousePressed, mouseReleased
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeInspector

public NodeInspector()
Initialize the new instance with default values.