Uses of Interface
jigcell.compare.ui.IRowSelectionTab

Packages that use IRowSelectionTab
jigcell.compare.cellcycle   
jigcell.compare.objectiveui   
jigcell.compare.ui   
jigcell.compare.views   
 

Uses of IRowSelectionTab in jigcell.compare.cellcycle
 

Classes in jigcell.compare.cellcycle that implement IRowSelectionTab
 class CellCycleDataDialog
          Supports side-by-side viewing of experimental and transform results.
 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 IRowSelectionTab in jigcell.compare.objectiveui
 

Classes in jigcell.compare.objectiveui that implement IRowSelectionTab
 class DimensionWeightEditorDialog
          Supports editing and viewing dimension weights.
 class ElementWeightEditorDialog
          Supports editing and viewing element weights.
 class WeightEditorDialog
          Supports editing and viewing weights.
 

Uses of IRowSelectionTab in jigcell.compare.ui
 

Classes in jigcell.compare.ui that implement IRowSelectionTab
 class SeriesDialog
          A dialog-based cell viewer for multi-dimensional data.
 class SeriesEditorDialog
          A dialog-based cell editor for multi-dimensional data.
 

Uses of IRowSelectionTab in jigcell.compare.views
 

Classes in jigcell.compare.views that implement IRowSelectionTab
 class EditableSeriesView
          An editable display for presenting a two-dimensional set of data organized by generators.
 class ObjectiveSeriesView
          An editable display for working with objective data.
 class SeriesView
          A static display for presenting a two-dimensional set of data organized by generators.