org.argouml.cognitive.critics.ui
Class TableModelCritics
java.lang.Object
javax.swing.table.AbstractTableModel
org.argouml.cognitive.critics.ui.TableModelCritics
- All Implemented Interfaces:
- EventListener, Serializable, TableModel, VetoableChangeListener
- class TableModelCritics
- extends AbstractTableModel
- implements VetoableChangeListener
Methods inherited from class javax.swing.table.AbstractTableModel |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, removeTableModelListener |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG
private static final Logger LOG
target
private List target
TableModelCritics
public TableModelCritics()
setTarget
public void setTarget(List critics)
getColumnCount
public int getColumnCount()
- Specified by:
getColumnCount
in interface TableModel
- See Also:
TableModel.getColumnCount()
getColumnName
public String getColumnName(int c)
- Specified by:
getColumnName
in interface TableModel
- See Also:
TableModel.getColumnName(int)
getColumnClass
public Class getColumnClass(int c)
- Specified by:
getColumnClass
in interface TableModel
- See Also:
TableModel.getColumnClass(int)
isCellEditable
public boolean isCellEditable(int row,
int col)
- Specified by:
isCellEditable
in interface TableModel
- See Also:
TableModel.isCellEditable(int, int)
getRowCount
public int getRowCount()
- Specified by:
getRowCount
in interface TableModel
- See Also:
TableModel.getRowCount()
getValueAt
public Object getValueAt(int row,
int col)
- Specified by:
getValueAt
in interface TableModel
- See Also:
TableModel.getValueAt(int, int)
setValueAt
public void setValueAt(Object aValue,
int rowIndex,
int columnIndex)
- Specified by:
setValueAt
in interface TableModel
- See Also:
TableModel.setValueAt(java.lang.Object, int, int)
vetoableChange
public void vetoableChange(PropertyChangeEvent pce)
- Specified by:
vetoableChange
in interface VetoableChangeListener
- See Also:
VetoableChangeListener.vetoableChange(java.beans.PropertyChangeEvent)