public class AggregationTableModel
extends javax.swing.table.AbstractTableModel
Constructor and Description |
---|
AggregationTableModel(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
boolean |
add(Aggregation aggregation) |
boolean |
addAll(java.util.Collection<Aggregation> aggregations) |
void |
clear() |
Aggregation |
get(int index) |
java.util.List<Aggregation> |
getAll() |
java.lang.Class<?> |
getColumnClass(int columnIndex) |
int |
getColumnCount() |
java.lang.String |
getColumnName(int index) |
int |
getRowCount() |
java.lang.Object |
getValueAt(int rowIndex,
int columnIndex) |
boolean |
remove(Aggregation aggregation) |
int |
size() |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAt
public int getRowCount()
public int getColumnCount()
public java.lang.Class<?> getColumnClass(int columnIndex)
getColumnClass
in interface javax.swing.table.TableModel
getColumnClass
in class javax.swing.table.AbstractTableModel
public java.lang.String getColumnName(int index)
getColumnName
in interface javax.swing.table.TableModel
getColumnName
in class javax.swing.table.AbstractTableModel
public java.lang.Object getValueAt(int rowIndex, int columnIndex)
public boolean add(Aggregation aggregation)
public boolean addAll(java.util.Collection<Aggregation> aggregations)
public boolean remove(Aggregation aggregation)
public void clear()
public Aggregation get(int index)
public java.util.List<Aggregation> getAll()
public int size()