Package de.alpharogroup.swing.table.model
This package contains helper generic classes for Tablemodels in swing.
-
Class Summary Class Description BaseTableModel<T> The abstract classBaseTableModelholds aTableColumnsModelfor layout the columns.GenericTableModel<T> The classGenericTableModelas the name presume it can take a generic type of the model object.TableColumnsModel The classTableColumnsModelencapsulates the column data for a table model like the column names if they are editable and the column classes. -
Exception Summary Exception Description NoRowsSelectedException The class NoRowsSelectedException are thrown when there are no rows from the table selected.