|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Record in edu.harvard.mgh.purcell.gCLINE |
---|
Fields in edu.harvard.mgh.purcell.gCLINE declared as Record | |
---|---|
private Record |
TransfureFiles.data
|
(package private) Record |
RestoreDataDialog.data
|
protected Record |
PopUpMenu.data
The Record this menu is attached to |
private Record |
LinkNewFileDialog.data
A Record that this operation is stored in. |
(package private) Record |
HierarchyDialog.data
|
private Record |
EditOpDialog.data
|
(package private) Record |
EditFolderDialog.data
|
private Record |
DeleteOpDialog.data
The Record that the operations are attached to. |
Constructors in edu.harvard.mgh.purcell.gCLINE with parameters of type Record | |
---|---|
DeleteOpDialog(StartFrame givenFrame,
Record d,
java.lang.String[] opNames,
java.lang.String flagExt)
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,
java.lang.String flagExitStatus)
|
|
RestoreDataDialog(javax.swing.JFrame parent,
Record d)
|
|
StartFrame.Download(Record d,
boolean ignoreFailure,
java.io.File givenLocalFolder,
java.lang.String[] givenRemoteFiles)
Create A Download instance. |
|
StartFrame.Upload(Record d,
boolean ignoreFailure,
java.lang.String givenRemoteFolder,
java.io.File[] givenLocalFiles)
Create A Upload instance. |
|
TransfureFiles(Record d,
boolean ignoreFailure,
java.io.File givenLocalFolder,
java.lang.String[] givenRemoteFiles)
|
|
TransfureFiles(Record d,
boolean ignoreFailure,
java.lang.String givenRemoteFolder,
java.io.File[] givenLocalFiles)
|
Uses of Record in edu.harvard.mgh.purcell.gCLINE.data |
---|
Fields in edu.harvard.mgh.purcell.gCLINE.data declared as Record | |
---|---|
private Record |
RunCommand.data
|
private Record |
Lock.data
|
private Record |
AutoUpdater.data
This classes access to the general data |
Constructors in edu.harvard.mgh.purcell.gCLINE.data with parameters of type Record | |
---|---|
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. |
|
RunCommand(java.lang.String cmd,
Record d)
|
|
RunCommand(java.lang.String cmd,
Record d,
boolean forceLocal)
|
Uses of Record in edu.harvard.mgh.purcell.gCLINE.general |
---|
Fields in edu.harvard.mgh.purcell.gCLINE.general declared as Record | |
---|---|
protected Record |
Configure.data
Access |
Constructors in edu.harvard.mgh.purcell.gCLINE.general with parameters of type Record | |
---|---|
Configure(Record d)
Create a configuration dialog that edits the configuration of the current record. |
Uses of Record in edu.harvard.mgh.purcell.gCLINE.pane |
---|
Fields in edu.harvard.mgh.purcell.gCLINE.pane declared as Record | |
---|---|
private Record |
OpView.data
Record that we are looking at |
private Record |
FolderView.data
A Record to access the files in the home directory and global discriptions |
Methods in edu.harvard.mgh.purcell.gCLINE.pane with parameters of type Record | |
---|---|
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 Record | |
---|---|
FolderView(StartFrame f,
Record d)
Create a folder viewer. |
|
OpView(Record d,
FileView f)
Create an operation view |
Uses of Record in edu.harvard.mgh.purcell.gCLINE.tester |
---|
Subclasses of Record in edu.harvard.mgh.purcell.gCLINE.tester | |
---|---|
(package private) class |
TestFrame.myProject
|
Methods in edu.harvard.mgh.purcell.gCLINE.tester with parameters of type Record | |
---|---|
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 Record | |
---|---|
TestFrame.myFolderView(Record d)
|
|
TestFrame.myOpView(Record d,
FileView f)
|
|
TestFrame.myPopUpMenu(StartFrame mf,
Record d,
java.lang.String[] givenFiles,
java.lang.String[] givenOp)
|
|
TestFrame.StartFrameConfig(Record d)
|
Uses of Record in edu.harvard.mgh.purcell.gPLINK2 |
---|
Methods in edu.harvard.mgh.purcell.gPLINK2 with parameters of type Record | |
---|---|
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 Record | |
---|---|
GPLINK.myFolderView(Record d)
|
|
GPLINK.myOpView(Record d,
FileView f)
Create the OpView for a gPLINK window. |
|
GPLINK.myPopUpMenu(StartFrame mf,
Record d,
java.lang.String[] givenFiles,
java.lang.String[] givenOp)
|
Uses of Record in edu.harvard.mgh.purcell.gPLINK2.data |
---|
Subclasses of Record in edu.harvard.mgh.purcell.gPLINK2.data | |
---|---|
class |
Project
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |