|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
DebugTreeNode | If a class implements this interface its instances can be drawn onto a
. |
Class Summary | |
DebugTreeNodePanel | This JPanel derived class can be used to display a
graph and to save a shot of the graph as a PNG image. |
Provides classes that are usefull in debugging Java applications.
The
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
DebugTreeNode
class.
DebugTreeNodePanel
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!
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |