net.sf.rej.gui.structure
Class VersionNode

java.lang.Object
  extended by net.sf.rej.gui.structure.StructureNode
      extended by net.sf.rej.gui.structure.VersionNode
All Implemented Interfaces:
javax.swing.tree.TreeNode

public class VersionNode
extends StructureNode


Constructor Summary
VersionNode(ClassFile cf)
           
 
Method Summary
 javax.swing.JPopupMenu getContextMenu()
           
 java.lang.String toString()
           
 
Methods inherited from class net.sf.rej.gui.structure.StructureNode
children, getAllowsChildren, getChildAt, getChildCount, getChildren, getIndex, getParent, isLeaf, setParent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VersionNode

public VersionNode(ClassFile cf)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getContextMenu

public javax.swing.JPopupMenu getContextMenu()
Overrides:
getContextMenu in class StructureNode