Uses of Class
edu.harvard.mgh.purcell.gPLINK2.baseForm.Form.BrowseButton

Packages that use Form.BrowseButton
edu.harvard.mgh.purcell.gPLINK2.baseForm   
edu.harvard.mgh.purcell.gPLINK2.forms   
 

Uses of Form.BrowseButton in edu.harvard.mgh.purcell.gPLINK2.baseForm
 

Fields in edu.harvard.mgh.purcell.gPLINK2.baseForm declared as Form.BrowseButton
private  Form.BrowseButton InputPane.altBrowse
          A BrowseButton that selects the alternative pheotype file name.
private  Form.BrowseButton InputPane.bedBrowse
          A BrowseButton that selects the bed file
private  Form.BrowseButton InputPane.bimBrowse
          A BrowseButton thta selects the bim file
private  Form.BrowseButton InputPane.famBrowse
          A BrowseButton that selects the fam file.
private  Form.BrowseButton InputPane.mapBrowse
          A BrowseButton that selects the map file.
private  Form.BrowseButton InputPane.pedBrowse
          A BrowseButton that selects the ped file.
 

Methods in edu.harvard.mgh.purcell.gPLINK2.baseForm with parameters of type Form.BrowseButton
static void Form.bundel(javax.swing.JToggleButton toggle, javax.swing.JTextField[] texts, Form.BrowseButton[] buttons)
           
private  javax.swing.JPanel InputPane.bundle(javax.swing.JLabel label, javax.swing.JTextField field, Form.BrowseButton browse)
          Create a JPanel that contains a lable, textfield and browse button.
 

Uses of Form.BrowseButton in edu.harvard.mgh.purcell.gPLINK2.forms
 

Fields in edu.harvard.mgh.purcell.gPLINK2.forms declared as Form.BrowseButton
private  Form.BrowseButton Merge.BinSelectPanel.bedBrowse
           
private  Form.BrowseButton Merge.BinSelectPanel.bimBrowse
           
private  Form.BrowseButton Merge.BinSelectPanel.famBrowse
           
private  Form.BrowseButton HapTDTAssoc.hapListBrowse
           
(package private)  Form.BrowseButton HaploPhase.hapListBrowse
           
(package private)  Form.BrowseButton HaploFreq.hapListBrowse
           
private  Form.BrowseButton HapCCAssoc.hapListBrowse
           
private  Form.BrowseButton Merge.ListSelectPanel.listBrowse
           
private  Form.BrowseButton Merge.TextSelectPanel.mapBrowse
           
private  Form.BrowseButton Clustering.matchBrowse
           
private  Form.BrowseButton Clustering.matchTBrowse
           
private  Form.BrowseButton Merge.TextSelectPanel.pedBrowse
           
(package private)  Form.BrowseButton Regression.pickCovar
           
private  Form.BrowseButton AlleleFreq.pickWithin
          button pick the file associated with --within
private  Form.BrowseButton Clustering.qmatchBrowse
           
private  Form.BrowseButton Clustering.qmatchQTBrowse
           
private  Form.BrowseButton Clustering.readGBrowse
           
private  Form.BrowseButton SetAssoc.setBrowse
           
(package private)  Form.BrowseButton StratAnaly.withinBrowse
           
 

Methods in edu.harvard.mgh.purcell.gPLINK2.forms with parameters of type Form.BrowseButton
private  javax.swing.JPanel Merge.bundle(javax.swing.JLabel label, javax.swing.JTextField field, Form.BrowseButton browse)
          Create a JPanel that contains a lable, textfield and browse button.