Uses of Class
jigcell.compare.views.SeriesView.SeriesModel

Packages that use SeriesView.SeriesModel
jigcell.compare.cellcycle   
jigcell.compare.views   
 

Uses of SeriesView.SeriesModel in jigcell.compare.cellcycle
 

Subclasses of SeriesView.SeriesModel in jigcell.compare.cellcycle
protected  class CellCycleExperimentView.ExperimentModel
          Table model for the data in an ExperimentDataSeriesView.
protected  class CellCycleObjectiveView.ObjectiveModel
          Table model for the data in an MEOSummaryView.
protected  class CellCycleTransformView.TransformModel
          Table model for the data in an ModelDataSeriesView.
 

Uses of SeriesView.SeriesModel in jigcell.compare.views
 

Subclasses of SeriesView.SeriesModel in jigcell.compare.views
protected  class EditableSeriesView.EditableSeriesModel
          Table model for an EditableDataSeriesView.
protected  class ObjectiveSeriesView.ObjectiveSeriesModel
          Table model for an ObjectiveSummaryView.
 

Fields in jigcell.compare.views declared as SeriesView.SeriesModel
protected  SeriesView.SeriesModel SeriesView.model
          Data model of the generators
protected  SeriesView.SeriesModel SeriesView.SeriesViewTransferer.model
          Model for the data
 

Methods in jigcell.compare.views with parameters of type SeriesView.SeriesModel
protected  void SeriesView.createUI(SeriesView.SeriesModel model)