net.sf.swan.xml.input.traceview
Class TraceNode

java.lang.Object
  |
  +--net.sf.swan.xml.input.traceview.ContextNode
        |
        +--net.sf.swan.xml.input.traceview.TraceNode
All Implemented Interfaces:
javax.swing.tree.TreeNode

public class TraceNode
extends net.sf.swan.xml.input.traceview.ContextNode


Constructor Summary
TraceNode(net.sf.swan.xml.input.traceview.ContextNode parent, java.lang.String label)
           
 
Method Summary
 java.util.Enumeration children()
           
 boolean eventConsumed()
           
 boolean getAllowsChildren()
           
 javax.swing.tree.TreeNode getChildAt(int childIndex)
           
 int getChildCount()
           
 java.lang.Class getContextType()
           
 int getIndex(javax.swing.tree.TreeNode node)
           
 javax.swing.tree.TreeNode getParent()
           
 java.lang.String getStackTrace()
           
 boolean isLeaf()
           
 boolean isRef()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TraceNode

public TraceNode(net.sf.swan.xml.input.traceview.ContextNode parent,
                 java.lang.String label)
Method Detail

eventConsumed

public boolean eventConsumed()

getContextType

public java.lang.Class getContextType()

isRef

public boolean isRef()

getStackTrace

public java.lang.String getStackTrace()

getChildAt

public javax.swing.tree.TreeNode getChildAt(int childIndex)
Specified by:
getChildAt in interface javax.swing.tree.TreeNode

getChildCount

public int getChildCount()
Specified by:
getChildCount in interface javax.swing.tree.TreeNode

getParent

public javax.swing.tree.TreeNode getParent()
Specified by:
getParent in interface javax.swing.tree.TreeNode

getIndex

public int getIndex(javax.swing.tree.TreeNode node)
Specified by:
getIndex in interface javax.swing.tree.TreeNode

getAllowsChildren

public boolean getAllowsChildren()
Specified by:
getAllowsChildren in interface javax.swing.tree.TreeNode

isLeaf

public boolean isLeaf()
Specified by:
isLeaf in interface javax.swing.tree.TreeNode

children

public java.util.Enumeration children()
Specified by:
children in interface javax.swing.tree.TreeNode

toString

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