Class tea.set.TickerTapeA
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 action(Event, Object)
 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 action
  public boolean action(Event e,
                        Object arg)
Overrides:
action in class Component
 o main
  public static void main(String args[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index