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   
 

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

Fields in edu.harvard.mgh.purcell.gCLINE.data declared as AutoUpdater
 AutoUpdater Record.update
          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)
          This is mainly abstract to remind programers to initalize it
 

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)