SimpleTableModel

A simple implementation of TableModel.

Modulerequire("yue.gui")
TypeClass
InheritsTableModel

There is no need to call Notify methods when using SimpleTableModel.

Note that all data are stored as primary types, it is not possible to store a native object (for example Images) in table model.

Class methods

create(columns)

Create a SimpleTableModel with fixed columns number.

Parameters

Return

SimpleTableModel

Methods

addrow(row)

Add a row.

The length of row should not be smaller than columns number.

Parameters

removerowat(index)

Remove the row at index.

Parameters