Uses of Class
jigcell.compare.ui.DataEditorPanelTab

Packages that use DataEditorPanelTab
jigcell.compare.cellcycle   
jigcell.compare.compare2   
jigcell.compare.views   
 

Uses of DataEditorPanelTab in jigcell.compare.cellcycle
 

Subclasses of DataEditorPanelTab in jigcell.compare.cellcycle
 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 DataEditorPanelTab in jigcell.compare.compare2
 

Subclasses of DataEditorPanelTab in jigcell.compare.compare2
 class Compare2
          A visualization tool for performing comparisons across multiple comparisons.
 

Uses of DataEditorPanelTab in jigcell.compare.views
 

Subclasses of DataEditorPanelTab in jigcell.compare.views
 class BasicTableView
          A default implementation for displaying data in a table.
 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 SeriesView
          A static display for presenting a two-dimensional set of data organized by generators.
 class TransformEditor
          Supports creating and editing transform functions.