Class tea.set.ListTextA
All Packages Class Hierarchy This Package Previous Next Index
Class tea.set.ListTextA
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----java.applet.Applet
|
+----tea.set.BaseA
|
+----tea.set.ListTextA
- public class ListTextA
- extends BaseA
ListTextA is an applet wrapper for the ListText widget. This applet
needs to be extended to handle text input actions.
Parameters supported by this applet includes:
- ListText.COLS
- width of the text edit in number of characters
- ListText.ITEM$n
- from 0 to n to be used as list items
- ListText.CASE
- or FALSE for case sensitive option
- ListText.FORCE
- or FALSE for force option
- ListText.DEMO
- TRUE, add buttons to show different options
-
ListTextA()
-
-
action(Event, Object)
- For demo only.
-
init()
- Applet initialization method.
-
stop()
- Remove the list window.
ListTextA
public ListTextA()
init
public void init()
- Applet initialization method.
- Overrides:
- init in class Applet
stop
public void stop()
- Remove the list window.
- Overrides:
- stop in class Applet
action
public boolean action(Event e,
Object arg)
- For demo only.
- Overrides:
- action in class Component
All Packages Class Hierarchy This Package Previous Next Index