All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.beans.tools.debugger.BeanDbgView

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

public class BeanDbgView
extends Panel
implements ActionListener, SplitPanelListener

Variable Index

 o beanDebugger
 o BUTTON_HEIGHT
 o BUTTON_MARGIN
 o BUTTON_WIDTH
 o buttonEnd
 o debuggerPanels
 o frame
 o MARGINS
 o res
 o splitPanel
 o textDialog
 o tip
 o TIP_HEIGHT

Constructor Index

 o BeanDbgView()
Constructors
 o BeanDbgView(String[], BeanDebugger)

Method Index

 o actionPerformed(ActionEvent)
 o addDebuggerPanel(DebuggerPanel)
 o addMenus(Frame)
 o Close()
 o componentAdded(SplitPanelEvent)
Listener Methods
 o componentRemoved(SplitPanelEvent)
 o createBeanDebugger(String[])
 o createImageButton(String, String, String, int)
 o doLayout()
 o getBeanDbgFrame()
 o getDebugger()
 o getDebuggerPanels()
 o getSavedFileName()
Etc..
 o getTip()
 o internalInit()
Initialization
 o readState(ObjectInput)
 o setClassAndArgs(String, String)
 o setFrame(Frame)
 o showTextDialog()
 o updateContext(ThreadContext)
 o writeState(ObjectOutput)

Variables

 o res
 protected DebuggerResourceBundle res
 o MARGINS
 public static final int MARGINS
 o BUTTON_WIDTH
 public static final int BUTTON_WIDTH
 o BUTTON_HEIGHT
 public static final int BUTTON_HEIGHT
 o BUTTON_MARGIN
 public static final int BUTTON_MARGIN
 o TIP_HEIGHT
 protected static int TIP_HEIGHT
 o tip
 protected ToolTipCanvas tip
 o frame
 protected Frame frame
 o splitPanel
 protected SplitPanel splitPanel
 o debuggerPanels
 protected Vector debuggerPanels
 o buttonEnd
 protected int buttonEnd
 o textDialog
 protected TextDialog textDialog
 o beanDebugger
 protected BeanDebugger beanDebugger

Constructors

 o BeanDbgView
 public BeanDbgView()
Constructors

 o BeanDbgView
 public BeanDbgView(String argv[],
                    BeanDebugger bdbg)

Methods

 o readState
 protected void readState(ObjectInput s) throws Exception
 o internalInit
 protected void internalInit()
Initialization

 o setFrame
 public void setFrame(Frame newFrame)
 o createImageButton
 protected int createImageButton(String img_key,
                                 String cmd,
                                 String tip_key,
                                 int start_x)
 o getBeanDbgFrame
 public Frame getBeanDbgFrame()
 o addMenus
 protected void addMenus(Frame frame)
 o doLayout
 public synchronized void doLayout()
Overrides:
doLayout in class Container
 o createBeanDebugger
 protected BeanDebugger createBeanDebugger(String argv[])
 o componentAdded
 public synchronized void componentAdded(SplitPanelEvent event)
Listener Methods

 o componentRemoved
 public synchronized void componentRemoved(SplitPanelEvent event)
 o actionPerformed
 public void actionPerformed(ActionEvent event)
 o showTextDialog
 public synchronized void showTextDialog()
 o setClassAndArgs
 public synchronized void setClassAndArgs(String clsString,
                                          String argString)
 o addDebuggerPanel
 public synchronized void addDebuggerPanel(DebuggerPanel panel)
 o getSavedFileName
 protected String getSavedFileName()
Etc.. Methods

 o Close
 public int Close()
 o writeState
 protected void writeState(ObjectOutput out) throws IOException
 o getDebuggerPanels
 public Vector getDebuggerPanels()
 o getTip
 public ToolTipCanvas getTip()
 o updateContext
 public synchronized void updateContext(ThreadContext newThreadContext)
 o getDebugger
 public synchronized Object getDebugger()

All Packages  Class Hierarchy  This Package  Previous  Next  Index