org.pf.joi
Class ElementSpyTreeNode

java.lang.Object
  extended by org.pf.joi.SpyTreeNode
      extended by org.pf.joi.ElementSpyTreeNode
All Implemented Interfaces:
javax.swing.tree.TreeNode

public class ElementSpyTreeNode
extends SpyTreeNode

This is a holder for ElementSpy instances. It supports their correct handling in visual trees.

Version:
1.0
Author:
Manfred Duchrow

Constructor Summary
ElementSpyTreeNode(ElementSpy elemSpy)
          Initialize the new instance with default values.
 
Method Summary
 Spy getModel()
          Returns the receiver's underlying model object.
 java.lang.String toString()
           
 
Methods inherited from class org.pf.joi.SpyTreeNode
add, 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

ElementSpyTreeNode

public ElementSpyTreeNode(ElementSpy elemSpy)
Initialize the new instance with default values.

Method Detail

getModel

public Spy getModel()
Returns the receiver's underlying model object.

Specified by:
getModel in class SpyTreeNode

toString

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