public class FileSetTableModel extends AbstractTableModel implements PropertyChangeListener
Modifier and Type | Field and Description |
---|---|
protected static String[] |
columnTitles |
protected Set<FileSet> |
fileSets |
listenerList
Constructor and Description |
---|
FileSetTableModel(FileSetMap fileSetMap) |
Modifier and Type | Method and Description |
---|---|
protected void |
clearFileSets() |
Class |
getColumnClass(int col) |
int |
getColumnCount() |
String |
getColumnName(int col) |
protected ImageIcon |
getImageIcon(int row) |
FileSet |
getRow(int row) |
int |
getRowCount() |
Integer |
getRowForFileSet(FileSet fileSet) |
Object |
getValueAt(int row,
int col) |
void |
propertyChange(PropertyChangeEvent propertyChangeEvent) |
void |
setFileSetMap(FileSetMap fileSetMap) |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAt
protected static final String[] columnTitles
public FileSetTableModel(FileSetMap fileSetMap)
protected void clearFileSets()
public Class getColumnClass(int col)
getColumnClass
in interface TableModel
getColumnClass
in class AbstractTableModel
public int getColumnCount()
getColumnCount
in interface TableModel
public String getColumnName(int col)
getColumnName
in interface TableModel
getColumnName
in class AbstractTableModel
protected ImageIcon getImageIcon(int row)
public FileSet getRow(int row)
public int getRowCount()
getRowCount
in interface TableModel
public Object getValueAt(int row, int col)
getValueAt
in interface TableModel
public void propertyChange(PropertyChangeEvent propertyChangeEvent)
propertyChange
in interface PropertyChangeListener
public void setFileSetMap(FileSetMap fileSetMap)