All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.beans.tools.debugger.SRCPanel

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

public abstract class SRCPanel
extends DebuggerPanel
implements ComponentListener, ItemListener, Externalizable

Variable Index

 o breakPoints
 o choices
 o currentSourceList
 o LISTHEIGHT
 o mf
 o res
 o sourceLists

Constructor Index

 o SRCPanel()
 o SRCPanel(ThreadContext)

Method Index

 o changeBreakPoint(ScrollSourceList, int, boolean)
 o changeChoice(int, int)
 o componentHidden(ComponentEvent)
 o componentMoved(ComponentEvent)
 o componentResized(ComponentEvent)
 o componentShown(ComponentEvent)
 o contextUpdate(RemoteClass, int)
 o contextUpdated(ThreadContext)
 o createPanel()
 o createSourceLists()
 o getChoiceOffset()
 o getRealSourceLineNum(int, int)
 o getRemoteClass(int)
 o initData()
 o itemStateChanged(ItemEvent)
 o readExternal(ObjectInput)
 o showTip(ThreadContext, String)
 o writeExternal(ObjectOutput)

Variables

 o LISTHEIGHT
 protected static final int LISTHEIGHT
 o choices
 protected transient Choice choices
 o sourceLists
 protected transient Vector sourceLists
 o breakPoints
 protected transient String breakPoints[]
 o currentSourceList
 protected ScrollSourceList currentSourceList
 o res
 protected transient DebuggerResourceBundle res
 o mf
 protected transient MessageFormatter mf

Constructors

 o SRCPanel
 public SRCPanel()
 o SRCPanel
 public SRCPanel(ThreadContext thread_context)

Methods

 o initData
 protected void initData()
 o getChoiceOffset
 protected int getChoiceOffset()
 o createPanel
 protected void createPanel()
 o createSourceLists
 protected abstract void createSourceLists()
 o showTip
 protected void showTip(ThreadContext c,
                        String s)
 o contextUpdated
 public void contextUpdated(ThreadContext context)
Overrides:
contextUpdated in class DebuggerPanel
 o contextUpdate
 protected abstract void contextUpdate(RemoteClass cls,
                                       int line_no)
 o itemStateChanged
 public void itemStateChanged(ItemEvent evt)
 o changeChoice
 protected void changeChoice(int index,
                             int lineNum)
 o getRealSourceLineNum
 protected int getRealSourceLineNum(int num,
                                    int index)
 o getRemoteClass
 protected abstract RemoteClass getRemoteClass(int index)
 o changeBreakPoint
 public boolean changeBreakPoint(ScrollSourceList l,
                                 int num,
                                 boolean bSet)
 o writeExternal
 public void writeExternal(ObjectOutput out) throws IOException
Overrides:
writeExternal in class DebuggerPanel
 o readExternal
 public void readExternal(ObjectInput in) throws IOException
Overrides:
readExternal in class DebuggerPanel
 o componentHidden
 public void componentHidden(ComponentEvent event)
 o componentMoved
 public void componentMoved(ComponentEvent event)
 o componentResized
 public void componentResized(ComponentEvent event)
 o componentShown
 public void componentShown(ComponentEvent event)

All Packages  Class Hierarchy  This Package  Previous  Next  Index