jigcell.compare.cellcycle
Class CellCycleObjectiveView.ObjectiveModel

java.lang.Object
  extended by javax.swing.table.AbstractTableModel
      extended by jigcell.compare.ui.BasicTable.BasicTableModel
          extended by jigcell.compare.views.SeriesView.SeriesModel
              extended by jigcell.compare.views.EditableSeriesView.EditableSeriesModel
                  extended by jigcell.compare.views.ObjectiveSeriesView.ObjectiveSeriesModel
                      extended by jigcell.compare.cellcycle.CellCycleObjectiveView.ObjectiveModel
All Implemented Interfaces:
java.io.Serializable, javax.swing.table.TableModel
Enclosing class:
CellCycleObjectiveView

protected class CellCycleObjectiveView.ObjectiveModel
extends ObjectiveSeriesView.ObjectiveSeriesModel

Table model for the data in an MEOSummaryView.

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_MODELVALUE
          Transform value column name
 BasicTable.BasicTableModel.Marker COLUMN_TYPE
          Type column name
protected static java.lang.String PREFIX_EXPERIMENT
          Prefix for experimental data
protected static java.lang.String PREFIX_TRANSFORM
          Prefix for transform data
 
Fields inherited from class jigcell.compare.views.ObjectiveSeriesView.ObjectiveSeriesModel
COLUMN_COMPARISONTYPE, COLUMN_OBJECTIVE, COLUMN_OBJECTIVEVALUE, COLUMN_THRESHOLD, MESSAGE_CHOOSERCOMPARISON, MESSAGE_CHOOSEROBJECTIVE, objectiveResultFormat, THRESHOLD_EQUIVALENT
 
Fields inherited from class jigcell.compare.views.EditableSeriesView.EditableSeriesModel
MESSAGE_PLOTNODATAERROR
 
Fields inherited from class jigcell.compare.views.SeriesView.SeriesModel
COLUMN_COMMENT, COLUMN_NAME, COLUMN_VALUE, generators
 
Fields inherited from class jigcell.compare.ui.BasicTable.BasicTableModel
columnWeights, markers
 
Fields inherited from class javax.swing.table.AbstractTableModel
listenerList
 
Constructor Summary
CellCycleObjectiveView.ObjectiveModel()
          Creates a new table model.
 
Method Summary
 java.lang.Object getValueAt(int row, int column)
          A value in the table.
protected  void plotCellAt(int row, int column)
          Plots the data contained in a table cell.
 void viewCellAt(int row, int column)
          Starts viewing a cell in the table but does not allow editing.
 
Methods inherited from class jigcell.compare.views.ObjectiveSeriesView.ObjectiveSeriesModel
editCellAt, fillRangeAt, isCellEditable, setValueAt
 
Methods inherited from class jigcell.compare.views.EditableSeriesView.EditableSeriesModel
computeTypeForPlot
 
Methods inherited from class jigcell.compare.views.SeriesView.SeriesModel
getGenerators, getRowCount, setGenerators
 
Methods inherited from class jigcell.compare.ui.BasicTable.BasicTableModel
fillRange, 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, removeTableModelListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PREFIX_EXPERIMENT

protected static final java.lang.String PREFIX_EXPERIMENT
Prefix for experimental data

See Also:
Constant Field Values

PREFIX_TRANSFORM

protected static final java.lang.String PREFIX_TRANSFORM
Prefix for transform data

See Also:
Constant Field Values

COLUMN_MODELVALUE

public final BasicTable.BasicTableModel.Marker COLUMN_MODELVALUE
Transform value column name


COLUMN_TYPE

public final BasicTable.BasicTableModel.Marker COLUMN_TYPE
Type column name

Constructor Detail

CellCycleObjectiveView.ObjectiveModel

public CellCycleObjectiveView.ObjectiveModel()
Creates a new table model.

Method Detail

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 ObjectiveSeriesView.ObjectiveSeriesModel
Parameters:
row - Row
column - Column

viewCellAt

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

Overrides:
viewCellAt in class SeriesView.SeriesModel
Parameters:
row - Row
column - Column

plotCellAt

protected void plotCellAt(int row,
                          int column)
                   throws PlotException
Plots the data contained in a table cell.

Overrides:
plotCellAt in class EditableSeriesView.EditableSeriesModel
Parameters:
row - Row
column - Column
Throws:
PlotException