jigcell.compare.ui
Class SeriesDialog.SeriesModel

java.lang.Object
  extended by javax.swing.table.AbstractTableModel
      extended by jigcell.compare.ui.BasicTable.BasicTableModel
          extended by jigcell.compare.ui.SeriesDialog.SeriesModel
All Implemented Interfaces:
java.io.Serializable, javax.swing.table.TableModel
Direct Known Subclasses:
CellCycleDataDialog.DataModel, SeriesEditorDialog.SeriesEditorModel
Enclosing class:
SeriesDialog

protected class SeriesDialog.SeriesModel
extends BasicTable.BasicTableModel

Model for a list viewer dialog.

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_NAME
          Name column
 BasicTable.BasicTableModel.Marker COLUMN_VALUE
          Value column
protected static java.lang.String TITLE_ROW
          Title for generic row descriptions
 
Fields inherited from class jigcell.compare.ui.BasicTable.BasicTableModel
columnWeights, markers
 
Fields inherited from class javax.swing.table.AbstractTableModel
listenerList
 
Constructor Summary
SeriesDialog.SeriesModel()
          Creates a new table model.
 
Method Summary
 int getRowCount()
          
 java.lang.Object getValueAt(int row, int column)
          
protected  void viewCellAt(int row, int column)
          Starts viewing a cell in the table but does not allow editing.
 
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

TITLE_ROW

protected static final java.lang.String TITLE_ROW
Title for generic row descriptions

See Also:
Constant Field Values

COLUMN_NAME

public final BasicTable.BasicTableModel.Marker COLUMN_NAME
Name column


COLUMN_VALUE

public final BasicTable.BasicTableModel.Marker COLUMN_VALUE
Value column

Constructor Detail

SeriesDialog.SeriesModel

public SeriesDialog.SeriesModel()
Creates a new table model.

Method Detail

getRowCount

public int getRowCount()


getValueAt

public java.lang.Object getValueAt(int row,
                                   int column)

Specified by:
getValueAt in interface javax.swing.table.TableModel
Overrides:
getValueAt in class BasicTable.BasicTableModel

viewCellAt

protected void viewCellAt(int row,
                          int column)
Starts viewing a cell in the table but does not allow editing.

Parameters:
row - Row
column - Column