edu.harvard.mgh.purcell.gPLINK2
Class GPLINK.myOpView
java.lang.Object
edu.harvard.mgh.purcell.gCLINE.pane.OpView
edu.harvard.mgh.purcell.gPLINK2.GPLINK.myOpView
- Enclosing class:
- GPLINK
class GPLINK.myOpView
- extends OpView
An operations viewer (OpView) specific to the
gPLINK window.
- Author:
- Kathe Todd-Brown
Fields inherited from class edu.harvard.mgh.purcell.gCLINE.pane.OpView |
myTree |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GPLINK.myOpView
public GPLINK.myOpView(Record d,
FileView f)
- Create the OpView for a gPLINK window.
- Parameters:
d
- The Record you are looking at in the window.f
- The FileView attached to the gPLINK window so that
you can look at the log file attached to a particular operation.
createPopUp
protected PopUpMenu createPopUp(StartFrame mf,
Record d,
java.lang.String[] givenFiles,
java.lang.String[] givenOp)
- Specified by:
createPopUp
in class OpView
createImageIcon
public javax.swing.ImageIcon createImageIcon(java.lang.String path)
- Intelligently create an image URL
- Returns:
- an ImageIcon, or null if the path was invalid.