All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.beans.tools.debugger.DbgTreeNode

java.lang.Object
   |
   +----com.ibm.beans.tools.debugger.DbgTreeNode

public class DbgTreeNode
extends Object

Variable Index

 o bExpanded
 o children
 o dbgPanel
 o fBoxHeight
 o fBoxWidth
 o label
 o lastDrawX
 o lastDrawY

Constructor Index

 o DbgTreeNode(DebuggerPanel, String)

Method Index

 o addChild(DbgTreeNode)
 o drawContents(Graphics, int, int)
 o dumpTree(int)
 o getChildren()
 o getDbgPanel()
 o getExpansionState()
 o getLabel()
 o handleMouseClickInView(int, int)
 o hasChildren()
 o setExpansionState(boolean)
 o setLabel(String)
 o toggleExpansionState()

Variables

 o children
 public Vector children
 o dbgPanel
 public DebuggerPanel dbgPanel
 o label
 public String label
 o bExpanded
 public boolean bExpanded
 o lastDrawX
 protected int lastDrawX
 o lastDrawY
 protected int lastDrawY
 o fBoxHeight
 protected static final int fBoxHeight
 o fBoxWidth
 protected static final int fBoxWidth

Constructors

 o DbgTreeNode
 public DbgTreeNode(DebuggerPanel newDbgPanel,
                    String newLabel)

Methods

 o getDbgPanel
 public synchronized DebuggerPanel getDbgPanel()
 o getChildren
 public synchronized Vector getChildren()
 o hasChildren
 public synchronized boolean hasChildren()
 o getLabel
 public synchronized String getLabel()
 o setLabel
 public synchronized void setLabel(String newLabel)
 o toggleExpansionState
 public synchronized void toggleExpansionState()
 o setExpansionState
 public synchronized void setExpansionState(boolean b)
 o getExpansionState
 public synchronized boolean getExpansionState()
 o addChild
 public synchronized void addChild(DbgTreeNode n)
 o drawContents
 public synchronized int drawContents(Graphics g,
                                      int x,
                                      int y)
 o handleMouseClickInView
 public synchronized boolean handleMouseClickInView(int x,
                                                    int y)
 o dumpTree
 public synchronized void dumpTree(int level)

All Packages  Class Hierarchy  This Package  Previous  Next  Index