public class MapBasedTableModel extends TextTableModel
TextTableModel for java.util.Map.listenerList| Constructor and Description |
|---|
MapBasedTableModel(List<Map> maps) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addSeparatorAt(int row) |
boolean |
allowNumberingAt(int row) |
int |
getColumnCount() |
String |
getColumnName(int column) |
int |
getRowCount() |
Object |
getValueAt(int rowIndex,
int columnIndex) |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAtpublic int getRowCount()
public int getColumnCount()
public String getColumnName(int column)
getColumnName in interface TableModelgetColumnName in class AbstractTableModelpublic Object getValueAt(int rowIndex, int columnIndex)
public boolean allowNumberingAt(int row)
allowNumberingAt in class TextTableModelpublic boolean addSeparatorAt(int row)
addSeparatorAt in class TextTableModelCopyright © 2017. All rights reserved.