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
-
bExpanded
-
-
children
-
-
dbgPanel
-
-
fBoxHeight
-
-
fBoxWidth
-
-
label
-
-
lastDrawX
-
-
lastDrawY
-
-
DbgTreeNode(DebuggerPanel, String)
-
-
addChild(DbgTreeNode)
-
-
drawContents(Graphics, int, int)
-
-
dumpTree(int)
-
-
getChildren()
-
-
getDbgPanel()
-
-
getExpansionState()
-
-
getLabel()
-
-
handleMouseClickInView(int, int)
-
-
hasChildren()
-
-
setExpansionState(boolean)
-
-
setLabel(String)
-
-
toggleExpansionState()
-
children
public Vector children
dbgPanel
public DebuggerPanel dbgPanel
label
public String label
bExpanded
public boolean bExpanded
lastDrawX
protected int lastDrawX
lastDrawY
protected int lastDrawY
fBoxHeight
protected static final int fBoxHeight
fBoxWidth
protected static final int fBoxWidth
DbgTreeNode
public DbgTreeNode(DebuggerPanel newDbgPanel,
String newLabel)
getDbgPanel
public synchronized DebuggerPanel getDbgPanel()
getChildren
public synchronized Vector getChildren()
hasChildren
public synchronized boolean hasChildren()
getLabel
public synchronized String getLabel()
setLabel
public synchronized void setLabel(String newLabel)
toggleExpansionState
public synchronized void toggleExpansionState()
setExpansionState
public synchronized void setExpansionState(boolean b)
getExpansionState
public synchronized boolean getExpansionState()
addChild
public synchronized void addChild(DbgTreeNode n)
drawContents
public synchronized int drawContents(Graphics g,
int x,
int y)
handleMouseClickInView
public synchronized boolean handleMouseClickInView(int x,
int y)
dumpTree
public synchronized void dumpTree(int level)
All Packages Class Hierarchy This Package Previous Next Index