Uses of Class
edu.harvard.mgh.purcell.gCLINE.data.AutoUpdater

Packages that use AutoUpdater
edu.harvard.mgh.purcell.gCLINE.data   
edu.harvard.mgh.purcell.gCLINE.tester   
edu.harvard.mgh.purcell.gPLINK2.data   
 

Uses of AutoUpdater in edu.harvard.mgh.purcell.gCLINE.data
 

Fields in edu.harvard.mgh.purcell.gCLINE.data declared as AutoUpdater
 AutoUpdater Record.update
          update is an AutoUpdater that automatically checks the home directory for new files and updates the displays.
 

Methods in edu.harvard.mgh.purcell.gCLINE.data with parameters of type AutoUpdater
abstract  void Record.setAutoUpdater(AutoUpdater given)
          Setter function for the autoUpdater.
 

Uses of AutoUpdater in edu.harvard.mgh.purcell.gCLINE.tester
 

Methods in edu.harvard.mgh.purcell.gCLINE.tester with parameters of type AutoUpdater
 void TestFrame.myProject.setAutoUpdater(AutoUpdater given)
           
 

Uses of AutoUpdater in edu.harvard.mgh.purcell.gPLINK2.data
 

Methods in edu.harvard.mgh.purcell.gPLINK2.data with parameters of type AutoUpdater
 void Project.setAutoUpdater(AutoUpdater given)