Uses of Class
edu.harvard.mgh.purcell.gCLINE.StartFrame

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

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

Fields in edu.harvard.mgh.purcell.gCLINE declared as StartFrame
private  StartFrame PopUpMenu.frame
          A StartFrame this menu is attached to
(package private)  StartFrame EditFolderDialog.frame
           
 

Constructors in edu.harvard.mgh.purcell.gCLINE with parameters of type StartFrame
DeleteOpDialog(StartFrame givenFrame, Record d, java.lang.String[] opNames)
          Create a deletion dialog for a select number of operatoins.
EditFolderDialog(StartFrame mf, Record d, java.lang.String[] fileName)
           
EditOpDialog(java.lang.String givenName, StartFrame givenMF, Record d)
          Create a dialog to edit an operations entry
HierarchyDialog(java.lang.String title, StartFrame mf, Record d, java.lang.String op, java.lang.String file)
          Main constructor.
LinkNewFileDialog(StartFrame mf, Record d, java.lang.String given_opName)
          Create a Dialog that will link a file to a given operation.
PopUpMenu(StartFrame mf, Record d, java.lang.String[] givenFiles, java.lang.String[] givenOp)
           
 

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

Fields in edu.harvard.mgh.purcell.gCLINE.data declared as StartFrame
 StartFrame Record.frame
          A JFrame that holds the main GUI
private  StartFrame Lock.frame
           
private  StartFrame AutoUpdater.frame
          Window that this updater is attached to.
 

Constructors in edu.harvard.mgh.purcell.gCLINE.data with parameters of type StartFrame
AutoUpdater(StartFrame f, Record d, java.lang.String givenExt, ErrorManager e, int sec)
          Create and start our unique timer.
Lock(StartFrame givenFrame, Record d)
          Create a lock from a string representing the local file and set the new key.
Record(StartFrame f)
          Create a Record initalized to a particular StartFrame.
Record(StartFrame f, java.lang.String localName)
          Create a Record.
Record(StartFrame f, java.lang.String localName, java.lang.String remoteFileName, java.lang.String hostname, java.lang.String username, java.lang.String portnum, SshClient c)
          Create a Record.
 

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

Fields in edu.harvard.mgh.purcell.gCLINE.pane declared as StartFrame
private  StartFrame OpView.frame
           
private  StartFrame FolderView.frame
           
 

Methods in edu.harvard.mgh.purcell.gCLINE.pane with parameters of type StartFrame
protected abstract  PopUpMenu OpView.createPopUp(StartFrame mf, Record d, java.lang.String[] givenFiles, java.lang.String[] givenOp)
           
protected abstract  PopUpMenu FolderView.createPopUp(StartFrame mf, Record d, java.lang.String[] givenFiles, java.lang.String[] givenOp)
           
 

Constructors in edu.harvard.mgh.purcell.gCLINE.pane with parameters of type StartFrame
FolderView(StartFrame f, Record d)
          Create a folder viewer.
 

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

Subclasses of StartFrame in edu.harvard.mgh.purcell.gCLINE.tester
 class TestFrame
           
 

Methods in edu.harvard.mgh.purcell.gCLINE.tester with parameters of type StartFrame
protected  PopUpMenu TestFrame.myOpView.createPopUp(StartFrame mf, Record d, java.lang.String[] givenFiles, java.lang.String[] givenOp)
           
protected  PopUpMenu TestFrame.myFolderView.createPopUp(StartFrame mf, Record d, java.lang.String[] givenFiles, java.lang.String[] givenOp)
           
 

Constructors in edu.harvard.mgh.purcell.gCLINE.tester with parameters of type StartFrame
TestFrame.myPopUpMenu(StartFrame mf, Record d, java.lang.String[] givenFiles, java.lang.String[] givenOp)
           
 

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

Subclasses of StartFrame in edu.harvard.mgh.purcell.gPLINK2
 class GPLINK
          The entry class for gPLINK.
 

Fields in edu.harvard.mgh.purcell.gPLINK2 declared as StartFrame
private  StartFrame PLINK_Import.frame
          The StartFrame that this dialog is attached to.
 

Methods in edu.harvard.mgh.purcell.gPLINK2 with parameters of type StartFrame
protected  PopUpMenu GPLINK.myOpView.createPopUp(StartFrame mf, Record d, java.lang.String[] givenFiles, java.lang.String[] givenOp)
           
protected  PopUpMenu GPLINK.myFolderView.createPopUp(StartFrame mf, Record d, java.lang.String[] givenFiles, java.lang.String[] givenOp)
           
 

Constructors in edu.harvard.mgh.purcell.gPLINK2 with parameters of type StartFrame
GPLINK.myPopUpMenu(StartFrame mf, Record d, java.lang.String[] givenFiles, java.lang.String[] givenOp)
           
PLINK_Import(StartFrame mf, Project d)
          Create a JDialog that will allow the user to input plink operations from log files in their home directory.