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, setValueAtprotected static final String[] columnTitles
public FileSetTableModel(FileSetMap fileSetMap)
protected void clearFileSets()
public Class getColumnClass(int col)
getColumnClass in interface TableModelgetColumnClass in class AbstractTableModelpublic int getColumnCount()
getColumnCount in interface TableModelpublic String getColumnName(int col)
getColumnName in interface TableModelgetColumnName in class AbstractTableModelprotected ImageIcon getImageIcon(int row)
public FileSet getRow(int row)
public int getRowCount()
getRowCount in interface TableModelpublic Object getValueAt(int row, int col)
getValueAt in interface TableModelpublic void propertyChange(PropertyChangeEvent propertyChangeEvent)
propertyChange in interface PropertyChangeListenerpublic void setFileSetMap(FileSetMap fileSetMap)