- All Implemented Interfaces:
- IModifyableTableModel<T>, ITableModel<T>
- Direct Known Subclasses:
- SortableListModel
public class SimpleListModel<T>
extends TableListModelBase<T>
DO NOT USE IF YOUR DATA CAN CHANGE AND YOU ARE NOT UPDATING THOSE CHANGES HERE!!
This model uses a list to populate a table. It is meant to be used only if
the resulting model is maintained by yourself.
Model for list-based data. The actual list instance will be maintained on updates.
- Author:
- Frits Jalvingh
Created on Dec 6, 2009