Uses of Interface
controller.IDataHandler

Packages that use IDataHandler
controller   
view   
 

Uses of IDataHandler in controller
 

Classes in controller that implement IDataHandler
 class DataHandler
          Title: Bioinformatics Project
 

Uses of IDataHandler in view
 

Fields in view declared as IDataHandler
protected  IDataHandler RemoveGenome.controller_
          Magic controller.
private  IDataHandler ParametersFrame.controller_
          Magic controller.
protected  IDataHandler OptionDialog.controller_
          Magic controller.
private  IDataHandler History.controller_
          Magic controller.
protected  IDataHandler Help.controller_
          Magic controller.
private  IDataHandler GRunTab.controller_
          Magic controller.
private  IDataHandler DataView.controller_
          The controller of magic.
protected  IDataHandler AddGenome.controller_
          The controller of magic.
 

Constructors in view with parameters of type IDataHandler
AddGenome(org.eclipse.swt.widgets.Shell par, IDataHandler controller)
          C'tor, creates the "add new genome" form.
DataView(java.lang.String[] args, IDataHandler handler)
          C'tor, sets the main menu and the main tab, initialize the system according to the settings file.
GRunTab(org.eclipse.swt.custom.CTabFolder MainTab, java.lang.String Gen1, java.lang.String Gen2, IDataHandler cont)
          C'tor, creates the basic view of running pre-processing/mapping phase tab.
Help(org.eclipse.swt.widgets.Shell par, IDataHandler controller)
          C'tor, Creating the GUI of the help dialog.
History(org.eclipse.swt.widgets.Shell shell, org.eclipse.swt.custom.CTabFolder MainTab, IDataHandler cont, org.eclipse.swt.widgets.Display display)
          C'tor, bulding and viewing the history tab, initiates the tab with the default features (buttons,labels,tables,listeners ..
OptionDialog(org.eclipse.swt.widgets.Shell par, IDataHandler controller)
          C'tor, builds the option dialog view, constructs the tabs and sub components.
ParametersFrame(org.eclipse.swt.custom.CTabFolder tabF, org.eclipse.swt.custom.CTabItem tabI, org.eclipse.swt.widgets.Shell shell, IDataHandler cont)
          C'tor, initiates parameters tab with the default groups/texts/labels and contructs the buttons.
RemoveGenome(org.eclipse.swt.widgets.Shell par, IDataHandler controller, java.lang.String[] genomes)
          C'tor, builds the main view, constructs combo and the label.