All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sunw.demo.delegator.BeanScroller

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.ScrollPane
                           |
                           +----sunw.demo.delegator.BeanScroller

public class BeanScroller
extends ScrollPane

Constructor Index

 o BeanScroller()

Method Index

 o doLayout()
 o getPaneBackground()
 o setPaneBackground(Color)
 o slurp(Component)

Constructors

 o BeanScroller
 public BeanScroller()

Methods

 o slurp
 public void slurp(Component b)
 o doLayout
 public void doLayout()
Overrides:
doLayout in class ScrollPane
 o setPaneBackground
 public void setPaneBackground(Color c)
 o getPaneBackground
 public Color getPaneBackground()

All Packages  Class Hierarchy  This Package  Previous  Next  Index