Class tea.set.TableA
All Packages Class Hierarchy This Package Previous Next Index
Class tea.set.TableA
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----java.applet.Applet
|
+----tea.set.BaseA
|
+----tea.set.TableA
- public class TableA
- extends BaseA
TableA is an applet wrapper for the Table widget. This applet needs
to be extends to handle user input events to pass information to
appropriate party.
Parameters supported by this applet includes:
- Table.ROWS
- of rows in table.
- Table.COLS
- of columns in table.
- Table.COLWIDTH
- comma separated list of column width (number of characters)
If the list contains fewer than COLS columns, the rest of the column
will have the same width as specified at the last width in the list.
- Table.DEMO
- TRUE, display button to show style selection.
- Table.STYLE
- a table style: GRID, GRID3D, or CELL3D.
- See Also:
- Table
-
TableA()
-
-
action(Event, Object)
-
-
init()
- Applet initialization method.
TableA
public TableA()
init
public void init()
- Applet initialization method.
- Overrides:
- init in class Applet
action
public boolean action(Event e,
Object arg)
- Overrides:
- action in class Component
All Packages Class Hierarchy This Package Previous Next Index