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
-
breakPoints
-
-
choices
-
-
currentSourceList
-
-
LISTHEIGHT
-
-
mf
-
-
res
-
-
sourceLists
-
-
SRCPanel()
-
-
SRCPanel(ThreadContext)
-
-
changeBreakPoint(ScrollSourceList, int, boolean)
-
-
changeChoice(int, int)
-
-
componentHidden(ComponentEvent)
-
-
componentMoved(ComponentEvent)
-
-
componentResized(ComponentEvent)
-
-
componentShown(ComponentEvent)
-
-
contextUpdate(RemoteClass, int)
-
-
contextUpdated(ThreadContext)
-
-
createPanel()
-
-
createSourceLists()
-
-
getChoiceOffset()
-
-
getRealSourceLineNum(int, int)
-
-
getRemoteClass(int)
-
-
initData()
-
-
itemStateChanged(ItemEvent)
-
-
readExternal(ObjectInput)
-
-
showTip(ThreadContext, String)
-
-
writeExternal(ObjectOutput)
-
LISTHEIGHT
protected static final int LISTHEIGHT
choices
protected transient Choice choices
sourceLists
protected transient Vector sourceLists
breakPoints
protected transient String breakPoints[]
currentSourceList
protected ScrollSourceList currentSourceList
res
protected transient DebuggerResourceBundle res
mf
protected transient MessageFormatter mf
SRCPanel
public SRCPanel()
SRCPanel
public SRCPanel(ThreadContext thread_context)
initData
protected void initData()
getChoiceOffset
protected int getChoiceOffset()
createPanel
protected void createPanel()
createSourceLists
protected abstract void createSourceLists()
showTip
protected void showTip(ThreadContext c,
String s)
contextUpdated
public void contextUpdated(ThreadContext context)
- Overrides:
- contextUpdated in class DebuggerPanel
contextUpdate
protected abstract void contextUpdate(RemoteClass cls,
int line_no)
itemStateChanged
public void itemStateChanged(ItemEvent evt)
changeChoice
protected void changeChoice(int index,
int lineNum)
getRealSourceLineNum
protected int getRealSourceLineNum(int num,
int index)
getRemoteClass
protected abstract RemoteClass getRemoteClass(int index)
changeBreakPoint
public boolean changeBreakPoint(ScrollSourceList l,
int num,
boolean bSet)
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Overrides:
- writeExternal in class DebuggerPanel
readExternal
public void readExternal(ObjectInput in) throws IOException
- Overrides:
- readExternal in class DebuggerPanel
componentHidden
public void componentHidden(ComponentEvent event)
componentMoved
public void componentMoved(ComponentEvent event)
componentResized
public void componentResized(ComponentEvent event)
componentShown
public void componentShown(ComponentEvent event)
All Packages Class Hierarchy This Package Previous Next Index