jigcell.compare.cellcycle
Class CellCycleObjectiveView.ObjectiveModel
java.lang.Object
javax.swing.table.AbstractTableModel
jigcell.compare.ui.BasicTable.BasicTableModel
jigcell.compare.views.SeriesView.SeriesModel
jigcell.compare.views.EditableSeriesView.EditableSeriesModel
jigcell.compare.views.ObjectiveSeriesView.ObjectiveSeriesModel
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
| Fields inherited from class javax.swing.table.AbstractTableModel |
listenerList |
|
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 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 |
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
CellCycleObjectiveView.ObjectiveModel
public CellCycleObjectiveView.ObjectiveModel()
- Creates a new table model.
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 - Rowcolumn - 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 - Rowcolumn - 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 - Rowcolumn - Column
- Throws:
PlotException