Uses of Interface
jigcell.compare.ui.IDataEditorTab

Packages that use IDataEditorTab
jigcell.compare.cellcycle   
jigcell.compare.compare2   
jigcell.compare.tests   
jigcell.compare.views   
 

Uses of IDataEditorTab in jigcell.compare.cellcycle
 

Classes in jigcell.compare.cellcycle that implement IDataEditorTab
 class CellCycleExperimentView
          An editable display for working with experimental data.
 class CellCycleObjectiveView
          An editable display for working with objective data.
 class CellCycleTransformView
          An editable display for working with model data.
 

Uses of IDataEditorTab in jigcell.compare.compare2
 

Classes in jigcell.compare.compare2 that implement IDataEditorTab
 class Compare2
          A visualization tool for performing comparisons across multiple comparisons.
 

Uses of IDataEditorTab in jigcell.compare.tests
 

Fields in jigcell.compare.tests declared as IDataEditorTab
protected  IDataEditorTab ObjectiveBenchmark.experimentView
          View to load experimental data in
protected  IDataEditorTab TransformBenchmark.experimentView
          View to load experimental data in
protected  IDataEditorTab ModelBuilderBenchmark.view
          View to load in
protected  IDataEditorTab RunManagerBenchmark.view
          View to load in
protected  IDataEditorTab ElementBenchmark.view
          View to load in
 

Methods in jigcell.compare.tests with parameters of type IDataEditorTab
protected  void Benchmark.loadInView(IDataEditorTab view, IReadableDataSource source)
          Loads data in a view.
protected  void SystemTests.waitForLoad(Compare compare, java.lang.String property, IDataEditorTab tab, IReadableDataSource source)
          Waits for a data source to load in a tab.
 

Uses of IDataEditorTab in jigcell.compare.views
 

Classes in jigcell.compare.views that implement IDataEditorTab
 class EditableSeriesView
          An editable display for presenting a two-dimensional set of data organized by generators.
 class ObjectiveEditor
          Supports creating and editing objective functions.
 class ObjectiveSeriesView
          An editable display for working with objective data.
 class ProgrammableDataGeneratorEditor
          Supports shared functionality between the transform and objective editors.
 class TransformEditor
          Supports creating and editing transform functions.