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