Uses of Interface
jigcell.compare.ui.IBasicTableHost

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

Uses of IBasicTableHost in jigcell.compare.cellcycle
 

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

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

Uses of IBasicTableHost in jigcell.compare.ui
 

Fields in jigcell.compare.ui declared as IBasicTableHost
private  IBasicTableHost BasicTable.BasicEditor.host
          Host view of this table
private  IBasicTableHost BasicTable.BasicRenderer.host
          Host view of this table
 

Methods in jigcell.compare.ui with parameters of type IBasicTableHost
private  void BasicTable.BasicEditor.registerHost(IBasicTableHost host)
          Hooks this editor up to the host so that configuration data can be obtained.
private  void BasicTable.BasicRenderer.registerHost(IBasicTableHost host)
          Hooks this renderer up to the host so that configuration data can be obtained.
 

Constructors in jigcell.compare.ui with parameters of type IBasicTableHost
BasicTable.BasicEditor(IBasicTableHost host)
          Creates a new editor.
BasicTable.BasicEditor(IBasicTableHost host, javax.swing.JCheckBox checkBox)
          Creates a new editor.
BasicTable.BasicEditor(IBasicTableHost host, javax.swing.JComboBox comboBox)
          Creates a new editor.
BasicTable.BasicEditor(IBasicTableHost host, javax.swing.JTextField textField)
          Creates a new editor.
BasicTable.BasicRenderer(IBasicTableHost host)
          Creates a new renderer.
 

Uses of IBasicTableHost in jigcell.compare.views
 

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