Package texsoft.java.debug

Provides classes that are usefull in debugging Java applications.

See:
          Description

Interface Summary
DebugTreeNode If a class implements this interface its instances can be drawn onto a DebugTreeNodePanel.
 

Class Summary
DebugTreeNodePanel This JPanel derived class can be used to display a DebugTreeNode graph and to save a shot of the graph as a PNG image.
 

Package texsoft.java.debug Description

Provides classes that are usefull in debugging Java applications.

The DebugTreeNode interface, when implemented by objects used to build tree-like data structures, allows to get a graphical rapresentation of the tree structure, on SWING and/or into PNG image file, using the DebugTreeNodePanel class.

Important notice: the data structure displayed can't have nodes with back references to parent nodes. Otherwise it will result into an infinite recursion loop!