All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.beans.tools.debugger.ThreadPanel

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----com.ibm.beans.tools.debugger.DebuggerPanel
                                   |
                                   +----com.ibm.beans.tools.debugger.DbgTreePanel
                                           |
                                           +----com.ibm.beans.tools.debugger.ThreadPanel

public class ThreadPanel
extends DbgTreePanel
implements ActionListener, Serializable

Variable Index

 o ACTION_RESUME
 o ACTION_STOP
 o ACTION_SUSPEND
 o ACTION_SWITCH

Constructor Index

 o ThreadPanel()
 o ThreadPanel(ThreadContext)

Method Index

 o actionPerformed(ActionEvent)
 o contextUpdated(ThreadContext)
 o getPopup(ThreadTree)

Variables

 o ACTION_SUSPEND
 public static final int ACTION_SUSPEND
 o ACTION_RESUME
 public static final int ACTION_RESUME
 o ACTION_STOP
 public static final int ACTION_STOP
 o ACTION_SWITCH
 public static final int ACTION_SWITCH

Constructors

 o ThreadPanel
 public ThreadPanel(ThreadContext threadContext)
 o ThreadPanel
 public ThreadPanel()

Methods

 o contextUpdated
 public synchronized void contextUpdated(ThreadContext newThreadContext)
Overrides:
contextUpdated in class DebuggerPanel
 o getPopup
 public PopupMenu getPopup(ThreadTree popupClient)
 o actionPerformed
 public void actionPerformed(ActionEvent evt)

All Packages  Class Hierarchy  This Package  Previous  Next  Index