public class MapsTableModel extends MapTableModel
Maps TableModel implementation.listenerList| Modifier | Constructor and Description |
|---|---|
|
MapsTableModel(Iterable<? extends Map<?,?>> iterable,
int columns) |
|
MapsTableModel(Iterable<? extends Map<?,?>> iterable,
String... names) |
protected |
MapsTableModel(Iterator<? extends Map<?,?>> iterator,
String... names) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
getValueAt(Object row,
int x)
Implementation method to retrieve a column value from a row object.
|
map, tableChangedgetRowCount, getValueAt, listcolumn, getColumnClass, getColumnCount, getColumnName, header, isCellEditable, row, setColumnClass, setColumnName, setValueAtaddTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, removeTableModelListenerpublic MapsTableModel(Iterable<? extends Map<?,?>> iterable, String... names)
iterable - The Iterable of underlying
Maps.names - The column names.MapTableModel(Map,String...)public MapsTableModel(Iterable<? extends Map<?,?>> iterable, int columns)
iterable - The Iterable of underlying
Maps.columns - The number of columns.MapTableModel(Map,int)protected MapsTableModel(Iterator<? extends Map<?,?>> iterator, String... names)
iterator - The Iterator of underlying
Maps.names - The column names.MapsTableModel(Iterable,String...)protected Object getValueAt(Object row, int x)
ArrayListTableModelgetValueAt in class MapTableModelrow - The Object representing the row.x - The column index.Copyright © 2015–2021. All rights reserved.