Uses of Interface
jigcell.compare.ITab

Packages that use ITab
jigcell.compare.cellcycle   
jigcell.compare.compare2   
jigcell.compare.impl   
jigcell.compare.objectiveui   
jigcell.compare.tests   
jigcell.compare.ui   
jigcell.compare.views   
 

Uses of ITab in jigcell.compare.cellcycle
 

Classes in jigcell.compare.cellcycle that implement ITab
 class CellCycleDataDialog
          Supports side-by-side viewing of experimental and transform results.
 class CellCycleExperimentView
          An editable display for working with experimental data.
 class CellCycleFrontEnd
          The Comparator frontend.
 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 ITab in jigcell.compare.compare2
 

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

Uses of ITab in jigcell.compare.impl
 

Fields in jigcell.compare.impl declared as ITab
private  ITab Compare.TabInfo.tab
          Tab
 

Methods in jigcell.compare.impl that return ITab
 ITab Compare.findTabByClass(java.lang.Class clazz)
          A tab registered with the Comparator of the specified type or null if no such tab exists.
 ITab Compare.findTabByClassExact(java.lang.Class clazz)
          A tab registered with the Comparator of the specified type or null if no such tab exists.
 ITab Compare.findTabByName(java.lang.String name)
          A tab registered with the Comparator of the specified name or null if no such tab exists.
 ITab Compare.TabInfo.getTab()
          The tab.
 ITab[] Compare.getTabs()
          All of the tabs currently registered with the Comparator.
 

Methods in jigcell.compare.impl with parameters of type ITab
 Compare.TabInfo Compare.addTab(ITab component)
          Adds a tab to the main Comparator display.
 

Constructors in jigcell.compare.impl with parameters of type ITab
Compare.TabInfo(ITab tab)
          Creates a new tab description.
 

Uses of ITab in jigcell.compare.objectiveui
 

Classes in jigcell.compare.objectiveui that implement ITab
 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 ITab in jigcell.compare.tests
 

Classes in jigcell.compare.tests that implement ITab
 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 ITab in jigcell.compare.ui
 

Subinterfaces of ITab in jigcell.compare.ui
 interface ICellEditorTab
          Represents a Comparator tab that has promised functionality for manipulating individual cells of tabular data.
 interface IClipboardTab
          Represents a Comparator tab that has promised functionality for using a clipboard with tabular data.
 interface IColumnEditorTab
          Represents a Comparator tab that has promised functionality for manipulating the columns of a table view.
 interface IColumnSelectionTab
          Represents a Comparator tab that has promised functionality for manipulating the column selection of a table view.
 interface IDataEditorTab
          Represents a Comparator tab that has promised functionality for manipulating a collection of data.
 interface INameFinderTab
          Represents a Comparator tab that has promised functionality for finding by name.
 interface IResultTab
          Represents a Comparator tab that has promised functionality for evaluating results.
 interface IRowEditorTab
          Represents a Comparator tab that has promised functionality for manipulating the rows of a table view.
 interface IRowSelectionTab
          Represents a Comparator tab that has promised functionality for manipulating the row selection of a table view.
 

Classes in jigcell.compare.ui that implement ITab
 class CompareFrontEnd
          The Comparator frontend.
 class DataEditorPanelTab
          A default implementation of a tab providing some basic services.
 class PanelTab
          A default implementation of a tab providing no services.
 class SeriesDialog
          A dialog-based cell viewer for multi-dimensional data.
 class SeriesEditorDialog
          A dialog-based cell editor for multi-dimensional data.
 

Fields in jigcell.compare.ui declared as ITab
private  ITab CompareFrontEnd.selectedTab
          Currently selected tab in the display frame
private  ITab CompareFrontEnd.tabImplementation
          Tab to add to pane
 

Methods in jigcell.compare.ui that return ITab
 ITab CompareFrontEnd.getSelectedTab()
          The currently selected tab in the display frame.
 

Methods in jigcell.compare.ui with parameters of type ITab
protected  void CompareFrontEnd.about(ITab tab)
          Displays information about a Comparator tab.
 Compare.TabInfo CompareFrontEnd.addTab(ITab component)
          Adds a tab to the main Comparator display.
 Compare.TabInfo CompareFrontEnd.addTab(ITab component, boolean wrapped, javax.swing.JMenu[] menus, javax.swing.JButton[] tools)
          Adds a tab to the main Comparator display.
 void CompareFrontEnd.configure(ITab tab)
          Starts configuring a Comparator tab.
 ITabAccessory CompareFrontEnd.getTabAccessory(ITab tab)
          The accessory component for a tab.
protected  CompareFrontEnd.FrontEndTabInfo CompareFrontEnd.getTabInfo(ITab tab)
          The tab info for a tab.
 void FindAccessory.install(CompareFrontEnd compare, ITab tab)
          Notifies the accessory that it has been inserted into a Comparator interface for a particular tab.
 void ITabAccessory.install(CompareFrontEnd compare, ITab tab)
          Notifies the accessory that it has been inserted into a Comparator interface for a particular tab.
 void MemoryMonitorAccessory.install(CompareFrontEnd compare, ITab tab)
          Notifies the accessory that it has been inserted into a Comparator interface for a particular tab.
 void CompareFrontEnd.selectTab(ITab tab)
          Selects one of the tabs for the display frame.
 void CompareFrontEnd.setTabAccessory(ITab tab, ITabAccessory accessory)
          Sets the accessory component displayed for a tab.
 

Constructors in jigcell.compare.ui with parameters of type ITab
CompareFrontEnd.FrontEndTabInfo(ITab tab, javax.swing.JMenu[] menus, javax.swing.JButton[] tools, javax.swing.JDialog about, IConfigEditor config)
          Creates a new tab description.
ConfigEditor(Compare compare, ITab owner, java.util.List markers, Config tabConfig)
          Creates a new editor for the configuration.
 

Uses of ITab in jigcell.compare.views
 

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

Fields in jigcell.compare.views declared as ITab
private  ITab EvaluationErrorViewer.owner
          The tab that launched this error viewer
 

Constructors in jigcell.compare.views with parameters of type ITab
EvaluationErrorViewer(Compare compare, ITab owner)
          Creates a new viewer for evaluation errors.