|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TableModel | |
---|---|
com.sun.lwuit.table | Table component for editing and viewing tabular data and arranging LWUIT components in a tabular form |
Uses of TableModel in com.sun.lwuit.table |
---|
Classes in com.sun.lwuit.table that implement TableModel | |
---|---|
class |
DefaultTableModel
A default implementation of the table model based on a two dimensional array. |
Methods in com.sun.lwuit.table that return TableModel | |
---|---|
TableModel |
Table.getModel()
Returns the model instance |
Methods in com.sun.lwuit.table with parameters of type TableModel | |
---|---|
void |
Table.setModel(TableModel model)
Replaces the underlying model |
Constructors in com.sun.lwuit.table with parameters of type TableModel | |
---|---|
Table(TableModel model)
Create a table with a new model |
|
Table(TableModel model,
boolean includeHeader)
Create a table with a new model |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |