|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.harvard.mgh.purcell.gCLINE.pane.OpView
public abstract class OpView
Look at the operation tree.
Field Summary | |
---|---|
private Record |
data
Record that we are looking at |
private FileView |
fileViewer
|
private StartFrame |
frame
|
private static org.apache.log4j.Logger |
logger
|
protected javax.swing.JTree |
myTree
JTree to show the Record |
private javax.swing.Action |
swapOpDown
Move the selected node up the tree. |
private javax.swing.Action |
swapOpUp
Move the selected node down the tree. |
private java.awt.event.MouseListener |
treeEvents
Listen for a tree selection that will activate the popup menu to manipulate the project annotation and open in/out files. |
Constructor Summary | |
---|---|
OpView(Record d,
FileView f)
Create an operation view |
Method Summary | |
---|---|
protected abstract PopUpMenu |
createPopUp(StartFrame mf,
Record d,
java.lang.String[] givenFiles,
java.lang.String[] givenOp)
|
javax.swing.JScrollPane |
toJScrollPane()
Wrap this view up in a JScrollPane so that we can add it to a frame. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static org.apache.log4j.Logger logger
protected javax.swing.JTree myTree
private Record data
private StartFrame frame
private FileView fileViewer
private java.awt.event.MouseListener treeEvents
private javax.swing.Action swapOpDown
private javax.swing.Action swapOpUp
Constructor Detail |
---|
public OpView(Record d, FileView f)
d
- The Record that we want to look atMethod Detail |
---|
protected abstract PopUpMenu createPopUp(StartFrame mf, Record d, java.lang.String[] givenFiles, java.lang.String[] givenOp)
public javax.swing.JScrollPane toJScrollPane()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |