com.lowagie.toolbox.swing
class FileList.FileTableModel extends AbstractTableModel
Modifier and Type | Field and Description |
---|---|
private String[] |
columnNames |
private static long |
serialVersionUID |
listenerList
Constructor and Description |
---|
FileList.FileTableModel() |
Modifier and Type | Method and Description |
---|---|
Class<?> |
getColumnClass(int col) |
int |
getColumnCount() |
String |
getColumnName(int col) |
int |
getRowCount() |
Object |
getValueAt(int row,
int col) |
void |
removeRow(int row) |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAt
private static final long serialVersionUID
private String[] columnNames
public int getColumnCount()
public int getRowCount()
public String getColumnName(int col)
getColumnName
in interface TableModel
getColumnName
in class AbstractTableModel
public Object getValueAt(int row, int col)
public Class<?> getColumnClass(int col)
getColumnClass
in interface TableModel
getColumnClass
in class AbstractTableModel
public void removeRow(int row)