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
-
TickerTapeA()
-
-
action(Event, Object)
-
-
init()
- Applet initialization method.
-
main(String[])
-
-
run()
-
-
start()
-
-
stop()
-
TickerTapeA
public TickerTapeA()
init
public void init()
- Applet initialization method.
- Overrides:
- init in class Applet
start
public void start()
- Overrides:
- start in class Applet
run
public void run()
stop
public void stop()
- Overrides:
- stop in class Applet
action
public boolean action(Event e,
Object arg)
- Overrides:
- action in class Component
main
public static void main(String args[])
All Packages Class Hierarchy This Package Previous Next Index