All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.beans.tools.debugger.DbgTreeView

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Canvas
                   |
                   +----com.ibm.beans.tools.debugger.DbgTreeView

public class DbgTreeView
extends Canvas
implements AdjustmentListener

Variable Index

 o dbgPanel
 o mouseAdapter

Constructor Index

 o DbgTreeView(DbgTreePanel)

Method Index

 o adjustmentValueChanged(AdjustmentEvent)
 o changeScrollOffset(int, int)
 o getDrawYDelta()
 o getScrollOffsetX()
 o getScrollOffsetY()
 o handleMouseClick(MouseEvent)
 o paint(Graphics)
 o setScrollOffset(int, int)

Variables

 o dbgPanel
 public DbgTreePanel dbgPanel
 o mouseAdapter
 public DbgPanelMouseAdapter mouseAdapter

Constructors

 o DbgTreeView
 public DbgTreeView(DbgTreePanel newDbgPanel)

Methods

 o paint
 public void paint(Graphics g)
Overrides:
paint in class Canvas
 o handleMouseClick
 public synchronized boolean handleMouseClick(MouseEvent evt)
 o setScrollOffset
 public synchronized void setScrollOffset(int x,
                                          int y)
 o changeScrollOffset
 public synchronized void changeScrollOffset(int x,
                                             int y)
 o getScrollOffsetX
 public synchronized int getScrollOffsetX()
 o getScrollOffsetY
 public synchronized int getScrollOffsetY()
 o getDrawYDelta
 public synchronized int getDrawYDelta()
 o adjustmentValueChanged
 public void adjustmentValueChanged(AdjustmentEvent e)

All Packages  Class Hierarchy  This Package  Previous  Next  Index