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, setValueAtprivate static final long serialVersionUID
private String[] columnNames
public int getColumnCount()
public int getRowCount()
public String getColumnName(int col)
getColumnName in interface TableModelgetColumnName in class AbstractTableModelpublic Object getValueAt(int row, int col)
public Class<?> getColumnClass(int col)
getColumnClass in interface TableModelgetColumnClass in class AbstractTableModelpublic void removeRow(int row)