All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class tea.set.TickerTapeA

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

public class TickerTapeA
extends BaseA
implements Runnable
TickerTapeA is an applet wrapper for TickerTape widget. It supports the following parameters:
TickerTape.TEXT
string to be displayed in the ticker
TickerTape.URL
URL pointing to the content to be displayed in the ticker
TickerTape.ROWS
number of rows of text to display on screen.
TickerTape.MODE
the value can either be LINE_SCROLL for line scroll mode, or CHAR_SCROLL for character scroll mode.

See Also:
TickerTape

Constructor Index

 o TickerTapeA()

Method Index

 o getWidget()
This method is overriden by actual applet to return the widget corresponding to this applet wrapper.
 o init()
Applet initialization method.
 o main(String[])
 o run()
 o start()
 o stop()

Constructors

 o TickerTapeA
 public TickerTapeA()

Methods

 o init
 public void init()
Applet initialization method.

Overrides:
init in class Applet
 o start
 public void start()
Overrides:
start in class Applet
 o run
 public void run()
 o stop
 public void stop()
Overrides:
stop in class Applet
 o getWidget
 public Component getWidget()
This method is overriden by actual applet to return the widget corresponding to this applet wrapper. User can use this method to access the underlying widget directly.

Returns:
TickerTape widget.
Overrides:
getWidget in class BaseA
 o main
 public static void main(String args[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index