Uses of Class
view.SWTTable

Packages that use SWTTable
controller   
view   
 

Uses of SWTTable in controller
 

Methods in controller with parameters of type SWTTable
 void IDataHandler.deleteRowsinTable(SWTTable historyTable, int[] selectedIndices, java.lang.String chosenDir, java.lang.String ChosenPart)
          Deletes Rows from given table which indices are in selectedIndices.
 void DataHandler.deleteRowsinTable(SWTTable HistoryTable, int[] selectedIndices, java.lang.String chosenDir, java.lang.String ChosenPart)
           
 void IDataHandler.deleteRowsinTable(SWTTable historyTable, int itemCount, java.lang.String chosenDir, java.lang.String ChosenPart)
          Deletes ALL Rows from given table.
 void DataHandler.deleteRowsinTable(SWTTable historyTable, int itemCount, java.lang.String chosenDir, java.lang.String ChosenPart)
           
 java.lang.String[] IDataHandler.getMapParameters(SWTTable table1, SWTTable table2, SWTTable table3)
          Put the parameters taken from the mapping parameters table into an array of strings.
 java.lang.String[] DataHandler.getMapParameters(SWTTable table1, SWTTable table2, SWTTable table3)
           
 void IDataHandler.getParametersINI(java.lang.String settings, SWTTable[] table)
          Loads parameters from a settings.ini file into given array of tables.
 void DataHandler.getParametersINI(java.lang.String para, SWTTable[] table)
           
 java.lang.String[] IDataHandler.getPreParameters(SWTTable table1, SWTTable table2, SWTTable table3)
          Put the parameters taken from the pre-processing parameters table into an array of strings.
 java.lang.String[] DataHandler.getPreParameters(SWTTable table1, SWTTable table2, SWTTable table3)
           
 void IDataHandler.setParametersINI(java.lang.String settings, SWTTable[] table)
          Stores parameters in a settings.ini file (taken from given array of tables).
 void DataHandler.setParametersINI(java.lang.String OutputIni, SWTTable[] table)
           
 

Uses of SWTTable in view
 

Fields in view declared as SWTTable
private  SWTTable History.mapHistory
          Mapping history table.
private  SWTTable History.preHistory
          Pre processing history table.
protected  SWTTable History.selectedTable
          A reference to the visible(chosen) table.
private  SWTTable[] History.table
          Parameters tables.
private  SWTTable[] GRunTab.table
          An array of tables holding tables of the parameters, first 3 of them are pre-processing tables, last 3 are for mapping.
 

Methods in view with parameters of type SWTTable
protected  java.lang.String History.getDirectory(SWTTable Table, int i)
          Constructs a string from the given table lines , this string used as an existing directory name.
 void History.setTable(SWTTable Table, java.lang.String dir, java.lang.String part)
          Initiates the table rows with relevant histroy regarding chosen genomes in the combo boxes, it searchs through the relevant histroy folder for directories with the relevant names.