jigcell.compare.views
Class TransformDebugger.AnnotationModel

java.lang.Object
  extended by javax.swing.table.AbstractTableModel
      extended by jigcell.compare.ui.BasicTable.BasicTableModel
          extended by jigcell.compare.views.TransformDebugger.AnnotationModel
All Implemented Interfaces:
java.io.Serializable, javax.swing.table.TableModel
Enclosing class:
TransformDebugger

protected class TransformDebugger.AnnotationModel
extends BasicTable.BasicTableModel

Table model for a Transform Debugger annotation table.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class jigcell.compare.ui.BasicTable.BasicTableModel
BasicTable.BasicTableModel.Marker
 
Field Summary
 BasicTable.BasicTableModel.Marker COLUMN_ANNOTATION
          Annotation column
 BasicTable.BasicTableModel.Marker COLUMN_POSITION
          Position column
 BasicTable.BasicTableModel.Marker COLUMN_TYPE
          Type column
 
Fields inherited from class jigcell.compare.ui.BasicTable.BasicTableModel
columnWeights, markers
 
Fields inherited from class javax.swing.table.AbstractTableModel
listenerList
 
Constructor Summary
TransformDebugger.AnnotationModel()
          Creates a new table model.
 
Method Summary
 int getRowCount()
          The number of values.
 java.lang.Object getValueAt(int row, int column)
          A value in the table.
 
Methods inherited from class jigcell.compare.ui.BasicTable.BasicTableModel
fillRange, fillRangeAt, fillSelected, findColumn, getColumnClass, getColumnCount, getColumnName, getColumnWeights, setColumnMarkers, setColumnWeights
 
Methods inherited from class javax.swing.table.AbstractTableModel
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAt
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COLUMN_ANNOTATION

public final BasicTable.BasicTableModel.Marker COLUMN_ANNOTATION
Annotation column


COLUMN_POSITION

public final BasicTable.BasicTableModel.Marker COLUMN_POSITION
Position column


COLUMN_TYPE

public final BasicTable.BasicTableModel.Marker COLUMN_TYPE
Type column

Constructor Detail

TransformDebugger.AnnotationModel

public TransformDebugger.AnnotationModel()
Creates a new table model.

Method Detail

getRowCount

public int getRowCount()
The number of values.


getValueAt

public java.lang.Object getValueAt(int row,
                                   int column)
A value in the table.

Specified by:
getValueAt in interface javax.swing.table.TableModel
Overrides:
getValueAt in class BasicTable.BasicTableModel
Parameters:
row - Row
column - Column