Uses of Class
edu.harvard.mgh.purcell.gCLINE.pane.FileView

Packages that use FileView
edu.harvard.mgh.purcell.gCLINE   
edu.harvard.mgh.purcell.gCLINE.pane   
edu.harvard.mgh.purcell.gCLINE.tester   
edu.harvard.mgh.purcell.gPLINK2   
 

Uses of FileView in edu.harvard.mgh.purcell.gCLINE
 

Fields in edu.harvard.mgh.purcell.gCLINE declared as FileView
protected  FileView StartFrame.fileViewer
          A panel that views the associated log files.
 

Uses of FileView in edu.harvard.mgh.purcell.gCLINE.pane
 

Fields in edu.harvard.mgh.purcell.gCLINE.pane declared as FileView
private  FileView OpView.fileViewer
           
 

Constructors in edu.harvard.mgh.purcell.gCLINE.pane with parameters of type FileView
OpView(Record d, FileView f)
          Create an operation view
 

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

Constructors in edu.harvard.mgh.purcell.gCLINE.tester with parameters of type FileView
TestFrame.myOpView(Record d, FileView f)
           
 

Uses of FileView in edu.harvard.mgh.purcell.gPLINK2
 

Constructors in edu.harvard.mgh.purcell.gPLINK2 with parameters of type FileView
GPLINK.myOpView(Record d, FileView f)
          Create the OpView for a gPLINK window.