Class tea.set.ScrollerA
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class tea.set.ScrollerA

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----java.applet.Applet
                                   |
                                   +----tea.set.BaseA
                                           |
                                           +----tea.set.ScrollerA

public class ScrollerA
extends BaseA
ScrollerA is an applet wrapper for Scroller widget. It can be used inside HTML pages to add scrolling to any applet. No customized scrolling is possible unless the applet implements Scrollable interface directly. If not, the applet will be sized to its preferred size, and ScrollerA handles the scrolling of the applet inside scroller area. Parameters supported by ScrollerA are:
Scroller.APPLET
applet name to add scroller to.
See Also:
Scroller

Constructor Index

 o ScrollerA()

Method Index

 o init()
Applet initialization method.

Constructors

 o ScrollerA
  public ScrollerA()

Methods

 o init
  public void init()
Applet initialization method.
Overrides:
init in class Applet

All Packages  Class Hierarchy  This Package  Previous  Next  Index