com.eviware.soapui.model.tree.nodes
Class PropertyTreeNode

java.lang.Object
  extended by com.eviware.soapui.model.tree.AbstractModelItemTreeNode<PropertyTreeNode.PropertyModelItem>
      extended by com.eviware.soapui.model.tree.nodes.PropertyTreeNode
All Implemented Interfaces:
SoapUITreeNode, java.beans.PropertyChangeListener, java.util.EventListener

public class PropertyTreeNode
extends AbstractModelItemTreeNode<PropertyTreeNode.PropertyModelItem>


Nested Class Summary
static class PropertyTreeNode.PropertyModelItem
           
 
Nested classes/interfaces inherited from class com.eviware.soapui.model.tree.AbstractModelItemTreeNode
AbstractModelItemTreeNode.ReorderPropertyChangeListener
 
Constructor Summary
protected PropertyTreeNode(TestProperty property, ModelItem parent, TestPropertyHolder holder, SoapUITreeModel treeModel)
           
 
Method Summary
static java.lang.String buildName(TestProperty property)
           
 ActionList getActions()
           
 
Methods inherited from class com.eviware.soapui.model.tree.AbstractModelItemTreeNode
getChildCount, getChildNode, getIndexOfChild, getModelItem, getParentTreeNode, getPopup, getTreeModel, initOrdering, isLeaf, propertyChange, release, reorder, sortModelItems, toString, valueChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertyTreeNode

protected PropertyTreeNode(TestProperty property,
                           ModelItem parent,
                           TestPropertyHolder holder,
                           SoapUITreeModel treeModel)
Method Detail

buildName

public static java.lang.String buildName(TestProperty property)

getActions

public ActionList getActions()
Specified by:
getActions in interface SoapUITreeNode
Overrides:
getActions in class AbstractModelItemTreeNode<PropertyTreeNode.PropertyModelItem>


Copyright © 2005-2008 eviware.com. All Rights Reserved.