edu.harvard.mgh.purcell.gCLINE.tester
Class TestFrame.myOpView

java.lang.Object
  extended by edu.harvard.mgh.purcell.gCLINE.pane.OpView
      extended by edu.harvard.mgh.purcell.gCLINE.tester.TestFrame.myOpView
Enclosing class:
TestFrame

 class TestFrame.myOpView
extends OpView


Field Summary
 
Fields inherited from class edu.harvard.mgh.purcell.gCLINE.pane.OpView
myTree
 
Constructor Summary
TestFrame.myOpView(Record d, FileView f)
           
 
Method Summary
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

TestFrame.myOpView

public TestFrame.myOpView(Record d,
                          FileView f)
Method Detail

createPopUp

protected PopUpMenu createPopUp(StartFrame mf,
                                Record d,
                                java.lang.String[] givenFiles,
                                java.lang.String[] givenOp)
Specified by:
createPopUp in class OpView