All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.beans.tools.debugger.ThreadTree

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

public class ThreadTree
extends DbgTreeNode

Constructor Index

 o ThreadTree(ThreadPanel, RemoteThread)
 o ThreadTree(ThreadPanel, RemoteThreadGroup)
 o ThreadTree(ThreadPanel, String)

Method Index

 o getThread()
 o getThreadGroup()
 o handleMouseClickInView(int, int)

Constructors

 o ThreadTree
 public ThreadTree(ThreadPanel tPanel,
                   RemoteThreadGroup rGroup)
 o ThreadTree
 public ThreadTree(ThreadPanel tPanel,
                   RemoteThread rthread)
 o ThreadTree
 public ThreadTree(ThreadPanel tPanel,
                   String label)

Methods

 o getThreadGroup
 public synchronized RemoteThreadGroup getThreadGroup()
 o getThread
 public synchronized RemoteThread getThread()
 o handleMouseClickInView
 public synchronized boolean handleMouseClickInView(int x,
                                                    int y)
Overrides:
handleMouseClickInView in class DbgTreeNode

All Packages  Class Hierarchy  This Package  Previous  Next  Index