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

Packages that use FileInfo
edu.harvard.mgh.purcell.gCLINE.data   
 

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

Methods in edu.harvard.mgh.purcell.gCLINE.data that return types with arguments of type FileInfo
 java.util.Vector<FileInfo> OperationInfo.getInputFiles()
           
 java.util.Vector<FileInfo> OperationInfo.getOutputFiles()
           
 

Methods in edu.harvard.mgh.purcell.gCLINE.data with parameters of type FileInfo
private  void OperationInfo.addFileToFolder(javax.swing.tree.DefaultMutableTreeNode folder, FileInfo givenFile)
          Add a file to a given folder.