org.openstreetmap.josm.corrector
Class TagCorrectionTableModel

java.lang.Object
  extended by javax.swing.table.AbstractTableModel
      extended by org.openstreetmap.josm.corrector.CorrectionTableModel<TagCorrection>
          extended by org.openstreetmap.josm.corrector.TagCorrectionTableModel
All Implemented Interfaces:
java.io.Serializable, javax.swing.table.TableModel

public class TagCorrectionTableModel
extends CorrectionTableModel<TagCorrection>

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.table.AbstractTableModel
listenerList
 
Constructor Summary
TagCorrectionTableModel(java.util.List<TagCorrection> tagCorrections)
           
 
Method Summary
 int getColumnCount()
           
 java.lang.String getCorrectionColumnName(int colIndex)
           
 java.lang.Object getCorrectionValueAt(int rowIndex, int colIndex)
           
protected  boolean isBoldCell(int row, int column)
           
 
Methods inherited from class org.openstreetmap.josm.corrector.CorrectionTableModel
getApply, getApplyColumn, getColumnClass, getColumnName, getCorrections, getRowCount, getValueAt, isCellEditable, setValueAt
 
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
 

Constructor Detail

TagCorrectionTableModel

public TagCorrectionTableModel(java.util.List<TagCorrection> tagCorrections)
Method Detail

getColumnCount

public int getColumnCount()
Specified by:
getColumnCount in interface javax.swing.table.TableModel
Specified by:
getColumnCount in class CorrectionTableModel<TagCorrection>

getCorrectionColumnName

public java.lang.String getCorrectionColumnName(int colIndex)
Specified by:
getCorrectionColumnName in class CorrectionTableModel<TagCorrection>

getCorrectionValueAt

public java.lang.Object getCorrectionValueAt(int rowIndex,
                                             int colIndex)
Specified by:
getCorrectionValueAt in class CorrectionTableModel<TagCorrection>

isBoldCell

protected boolean isBoldCell(int row,
                             int column)
Specified by:
isBoldCell in class CorrectionTableModel<TagCorrection>


JOSM