All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.beans.tools.debugger.VariablePanel

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.VariablePanel

public class VariablePanel
extends DbgTreePanel
implements Serializable

Constructor Index

 o VariablePanel()
 o VariablePanel(ThreadContext)

Method Index

 o contextUpdated(ThreadContext)

Constructors

 o VariablePanel
 public VariablePanel(ThreadContext threadContext)
 o VariablePanel
 public VariablePanel()

Methods

 o contextUpdated
 public synchronized void contextUpdated(ThreadContext newThreadContext)
Overrides:
contextUpdated in class DebuggerPanel

All Packages  Class Hierarchy  This Package  Previous  Next  Index