All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.beans.tools.debugger.DebuggerPanel

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

public class DebuggerPanel
extends Panel
implements Externalizable

Variable Index

 o beanDebugger
 o threadContext

Constructor Index

 o DebuggerPanel()
 o DebuggerPanel(ThreadContext)

Method Index

 o contextUpdated(ThreadContext)
 o getBeanDebugger()
 o getThreadContext()
 o readExternal(ObjectInput)
 o setThreadContext(ThreadContext)
 o writeExternal(ObjectOutput)

Variables

 o threadContext
 protected transient ThreadContext threadContext
 o beanDebugger
 protected transient BeanDebugger beanDebugger

Constructors

 o DebuggerPanel
 public DebuggerPanel()
 o DebuggerPanel
 public DebuggerPanel(ThreadContext newThreadContext)

Methods

 o setThreadContext
 public synchronized void setThreadContext(ThreadContext newThreadContext)
 o getThreadContext
 public synchronized ThreadContext getThreadContext()
 o contextUpdated
 public synchronized void contextUpdated(ThreadContext newThreadContext)
 o getBeanDebugger
 public BeanDebugger getBeanDebugger()
 o writeExternal
 public void writeExternal(ObjectOutput out) throws IOException
 o readExternal
 public void readExternal(ObjectInput in) throws IOException

All Packages  Class Hierarchy  This Package  Previous  Next  Index