Class ListScriptTableModel<T>

All Implemented Interfaces:
ScriptTableModel, Serializable, TableModel

public class ListScriptTableModel<T> extends AbstractScriptTableModel
A table model that uses a list of object as row data. The following properties are supplied to each column script: * row - integer for the current row * col - integer for the current column * rowValue - value of data for row
See Also:
  • Constructor Details

    • ListScriptTableModel

      public ListScriptTableModel(List<T> rowData)
  • Method Details