Uses of Interface
jigcell.compare.ui.INameFinderTab

Packages that use INameFinderTab
jigcell.compare.cellcycle   
jigcell.compare.compare2   
jigcell.compare.ui   
jigcell.compare.views   
 

Uses of INameFinderTab in jigcell.compare.cellcycle
 

Classes in jigcell.compare.cellcycle that implement INameFinderTab
 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 INameFinderTab in jigcell.compare.compare2
 

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

Uses of INameFinderTab in jigcell.compare.ui
 

Fields in jigcell.compare.ui declared as INameFinderTab
private  INameFinderTab FindAccessory.tab
          Tab this accessory is currently installed in
 

Uses of INameFinderTab in jigcell.compare.views
 

Classes in jigcell.compare.views that implement INameFinderTab
 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 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.