rero.gui.toolkit
public abstract class GeneralListModel extends AbstractTableModel implements SortTableModel
| Method Summary | |
|---|---|
| abstract int | getColumnCount() |
| abstract String | getColumnName(int col) |
| abstract int | getColumnWidth(int col) |
| abstract HashMap | getEventHashMap(int row) |
| abstract int | getRowCount() |
| abstract Object | getValueAt(int row, int col) make sure this method always returns an AttributedString |
| boolean | isSortable(int col) |
| abstract void | sortColumn(int col, boolean ascending) |