public class DownloadsTableModel extends AbstractTableModel implements Observer
listenerList
Constructor and Description |
---|
DownloadsTableModel() |
Modifier and Type | Method and Description |
---|---|
void |
addDownload(Download download) |
void |
clearDownload(int row) |
Class |
getColumnClass(int col) |
int |
getColumnCount() |
String |
getColumnName(int col) |
Download |
getDownload(int row) |
int |
getRowCount() |
Object |
getValueAt(int row,
int col) |
void |
update(Observable o,
Object arg) |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAt
public void addDownload(Download download)
public Download getDownload(int row)
public void clearDownload(int row)
public int getColumnCount()
getColumnCount
in interface TableModel
public String getColumnName(int col)
getColumnName
in interface TableModel
getColumnName
in class AbstractTableModel
public Class getColumnClass(int col)
getColumnClass
in interface TableModel
getColumnClass
in class AbstractTableModel
public int getRowCount()
getRowCount
in interface TableModel
public Object getValueAt(int row, int col)
getValueAt
in interface TableModel
public void update(Observable o, Object arg)
© Copyright 2005-2015 S.Chekanov. ProMC data format. HepSim repository.