All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.awt.Component | +----java.awt.Container | +----java.awt.Panel | +----com.ibm.beans.tools.debugger.BeanDbgView
protected DebuggerResourceBundle res
public static final int MARGINS
public static final int BUTTON_WIDTH
public static final int BUTTON_HEIGHT
public static final int BUTTON_MARGIN
protected static int TIP_HEIGHT
protected ToolTipCanvas tip
protected Frame frame
protected SplitPanel splitPanel
protected Vector debuggerPanels
protected int buttonEnd
protected TextDialog textDialog
protected BeanDebugger beanDebugger
public BeanDbgView()
public BeanDbgView(String argv[], BeanDebugger bdbg)
protected void readState(ObjectInput s) throws Exception
protected void internalInit()
public void setFrame(Frame newFrame)
protected int createImageButton(String img_key, String cmd, String tip_key, int start_x)
public Frame getBeanDbgFrame()
protected void addMenus(Frame frame)
public synchronized void doLayout()
protected BeanDebugger createBeanDebugger(String argv[])
public synchronized void componentAdded(SplitPanelEvent event)
public synchronized void componentRemoved(SplitPanelEvent event)
public void actionPerformed(ActionEvent event)
public synchronized void showTextDialog()
public synchronized void setClassAndArgs(String clsString, String argString)
public synchronized void addDebuggerPanel(DebuggerPanel panel)
protected String getSavedFileName()
public int Close()
protected void writeState(ObjectOutput out) throws IOException
public Vector getDebuggerPanels()
public ToolTipCanvas getTip()
public synchronized void updateContext(ThreadContext newThreadContext)
public synchronized Object getDebugger()
All Packages Class Hierarchy This Package Previous Next Index