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
-
dbgPanel
-
-
mouseAdapter
-
-
DbgTreeView(DbgTreePanel)
-
-
adjustmentValueChanged(AdjustmentEvent)
-
-
changeScrollOffset(int, int)
-
-
getDrawYDelta()
-
-
getScrollOffsetX()
-
-
getScrollOffsetY()
-
-
handleMouseClick(MouseEvent)
-
-
paint(Graphics)
-
-
setScrollOffset(int, int)
-
dbgPanel
public DbgTreePanel dbgPanel
mouseAdapter
public DbgPanelMouseAdapter mouseAdapter
DbgTreeView
public DbgTreeView(DbgTreePanel newDbgPanel)
paint
public void paint(Graphics g)
- Overrides:
- paint in class Canvas
handleMouseClick
public synchronized boolean handleMouseClick(MouseEvent evt)
setScrollOffset
public synchronized void setScrollOffset(int x,
int y)
changeScrollOffset
public synchronized void changeScrollOffset(int x,
int y)
getScrollOffsetX
public synchronized int getScrollOffsetX()
getScrollOffsetY
public synchronized int getScrollOffsetY()
getDrawYDelta
public synchronized int getDrawYDelta()
adjustmentValueChanged
public void adjustmentValueChanged(AdjustmentEvent e)
All Packages Class Hierarchy This Package Previous Next Index