edu.harvard.mgh.purcell.gPLINK2
Class GPLINK.myOpView

java.lang.Object
  extended by edu.harvard.mgh.purcell.gCLINE.pane.OpView
      extended by 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

Field Summary
 
Fields inherited from class edu.harvard.mgh.purcell.gCLINE.pane.OpView
myTree
 
Constructor Summary
GPLINK.myOpView(Record d, FileView f)
          Create the OpView for a gPLINK window.
 
Method Summary
 javax.swing.ImageIcon createImageIcon(java.lang.String path)
          Intelligently create an image URL
protected  PopUpMenu createPopUp(StartFrame mf, Record d, java.lang.String[] givenFiles, java.lang.String[] givenOp)
           
 
Methods inherited from class edu.harvard.mgh.purcell.gCLINE.pane.OpView
toJScrollPane
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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.
Method Detail

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.