All Packages Class Hierarchy This Package Previous Next Index
Class tea.set.TextCanvasA
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----java.applet.Applet
|
+----tea.set.BaseA
|
+----tea.set.TextCanvasA
- public class TextCanvasA
- extends BaseA
TextCanvasA is an applet wrapper for the TextCanvas widget. The applet
needs be extended to handle the text input actions and pass the
information to a CGI or a server.
Parameters supported by this applet includes:
- TextCanvas.ROWS
- number of lines
- TextCanvas.COLS
- number of columns
- TextCanvas.TEXT
- initial text string
- See Also:
- TextCanvas
-
TextCanvasA()
-
-
getWidget()
- This method is overriden by actual applet to return the
widget corresponding to this applet wrapper.
-
init()
-
TextCanvasA
public TextCanvasA()
init
public void init()
- Overrides:
- init in class Applet
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:
- TextCanvas widget.
- Overrides:
- getWidget in class BaseA
All Packages Class Hierarchy This Package Previous Next Index