Class TableModel

java.lang.Object
javax.swing.table.AbstractTableModel
com.dandymadeproductions.ajqvue.utilities.TableModel
All Implemented Interfaces:
Serializable, TableModel

public class TableModel extends AbstractTableModel
The TableModel class provides the model that is used with the TableTabPanels to display a summary table of database data. The class provides the basic defaults and a way to update the table data when sort, search, or the next/previous actions are generated.
See Also: