|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.table.AbstractTableModel
org.openstreetmap.josm.corrector.CorrectionTableModel<TagCorrection>
org.openstreetmap.josm.corrector.TagCorrectionTableModel
public class TagCorrectionTableModel
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 |
---|
public TagCorrectionTableModel(java.util.List<TagCorrection> tagCorrections)
Method Detail |
---|
public int getColumnCount()
getColumnCount
in interface javax.swing.table.TableModel
getColumnCount
in class CorrectionTableModel<TagCorrection>
public java.lang.String getCorrectionColumnName(int colIndex)
getCorrectionColumnName
in class CorrectionTableModel<TagCorrection>
public java.lang.Object getCorrectionValueAt(int rowIndex, int colIndex)
getCorrectionValueAt
in class CorrectionTableModel<TagCorrection>
protected boolean isBoldCell(int row, int column)
isBoldCell
in class CorrectionTableModel<TagCorrection>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |