Uses of Class
jigcell.compare.ui.PanelTab

Packages that use PanelTab
jigcell.compare.cellcycle   
jigcell.compare.compare2   
jigcell.compare.tests   
jigcell.compare.ui   
jigcell.compare.views   
 

Uses of PanelTab in jigcell.compare.cellcycle
 

Subclasses of PanelTab 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.
 class OAAConnector
          A connector allowing the Comparator to be controlled through OAA requests.
 

Uses of PanelTab in jigcell.compare.compare2
 

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

Uses of PanelTab in jigcell.compare.tests
 

Subclasses of PanelTab in jigcell.compare.tests
 class ModelBuilderPlugin
          A test class for using the Model Builder as a plugin.
 class RunManagerPlugin
          A test class for using the Run Manager as a plugin.
 

Uses of PanelTab in jigcell.compare.ui
 

Subclasses of PanelTab in jigcell.compare.ui
 class DataEditorPanelTab
          A default implementation of a tab providing some basic services.
 

Uses of PanelTab in jigcell.compare.views
 

Subclasses of PanelTab in jigcell.compare.views
 class BasicTableView
          A default implementation for displaying data in a table.
 class Console
          A simple debugging interface giving scripted access to the internals of the Comparator.
 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 TransformDebugger
          Supports debugging transform functions.
 class TransformEditor
          Supports creating and editing transform functions.