Serialized Form


Package texsoft.java.debug

Class texsoft.java.debug.DebugTreeNodePanel implements Serializable

Serialized Fields

root

DebugTreeNode root
Root of tree to draw.


v_spacing

int v_spacing
Define space between levels in tree. Apply to conventional tree style.


wrapperRoot

texsoft.java.debug.DebugTreeNodePanel.NodeWrapper wrapperRoot
Root of the rebuilt tree using NodeWrapper objects. Needed to store size of the drawing node on each tree node. When root is set with setRoot() the tree is rebuilt with NodeWrapper objects.


graphStyle

int graphStyle
Stores the the type of the tree style. Can be on of TREE or EXPLORER.