| GNU Classpath (0.18) | ||
| Frames | No Frames | ||
Constructors with parameter type javax.swing.table.TableModel | |
Creates a new JTable instance.
| |
Creates a new JTable instance.
| |
Creates a new JTable instance.
| |
Fields of type javax.swing.table.TableModel | |
| TableModel | The model for data stored in the table. |
Methods with parameter type javax.swing.table.TableModel | |
| void | Set the value of the dataModel property.
Unregister this as a TableModelListener from
previous dataModel and register it with new parameter
m.
|
Methods with return type javax.swing.table.TableModel | |
| TableModel | |
| TableModel | Get the value of the dataModel property.
|
Classes implementing javax.swing.table.TableModel | |
| class | A base class that can be used to create implementations of the
TableModel interface.
|
| class | A two dimensional data structure used to store Object
instances, usually for display in a JTable component.
|
Constructors with parameter type javax.swing.table.TableModel | |
Creates a new TableModelEvent indicating an UPDATE
to the data in all columns and rows.
| |
Creates a new TableModelEvent indicating an UPDATE
to the data in a single row across all columns.
| |
Creates a new TableModelEvent indicating an UPDATE
to the data in the specified rows across all columns.
| |
Creates a new TableModelEvent indicating an UPDATE
to the data in the specified rows and column. | |
Creates a new TableModelEvent indicating an operation of
the specified type on the data in the specified rows and
column. | |
| GNU Classpath (0.18) |