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

java.lang.Object
  extended by com.eviware.soapui.model.tree.AbstractModelItemTreeNode<Interface>
      extended by com.eviware.soapui.model.tree.nodes.InterfaceTreeNode
All Implemented Interfaces:
SoapUITreeNode, java.beans.PropertyChangeListener, java.util.EventListener, javax.swing.tree.TreeNode

public class InterfaceTreeNode
extends AbstractModelItemTreeNode<Interface>

SoapUITreeNode for Interface implementations

Author:
Ole.Matzura

Nested Class Summary
 
Nested classes/interfaces inherited from class com.eviware.soapui.model.tree.AbstractModelItemTreeNode
AbstractModelItemTreeNode.ReorderPropertyChangeListener
 
Constructor Summary
InterfaceTreeNode(Interface iface, SoapUITreeModel treeModel)
           
 
Method Summary
 int getChildCount()
           
 SoapUITreeNode getChildNode(int index)
           
 int getIndexOfChild(java.lang.Object child)
           
 Interface getInterface()
           
 void release()
           
 
Methods inherited from class com.eviware.soapui.model.tree.AbstractModelItemTreeNode
children, getActions, getAllowsChildren, getChildAt, getIndex, getModelItem, getParent, getParentTreeNode, getPopup, getTreeModel, initOrdering, isLeaf, propertyChange, reorder, sortModelItems, toString, valueChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InterfaceTreeNode

public InterfaceTreeNode(Interface iface,
                         SoapUITreeModel treeModel)
Method Detail

release

public void release()
Specified by:
release in interface SoapUITreeNode
Overrides:
release in class AbstractModelItemTreeNode<Interface>

getInterface

public Interface getInterface()

getChildCount

public int getChildCount()
Specified by:
getChildCount in interface SoapUITreeNode
Specified by:
getChildCount in interface javax.swing.tree.TreeNode
Overrides:
getChildCount in class AbstractModelItemTreeNode<Interface>

getIndexOfChild

public int getIndexOfChild(java.lang.Object child)
Specified by:
getIndexOfChild in interface SoapUITreeNode
Overrides:
getIndexOfChild in class AbstractModelItemTreeNode<Interface>

getChildNode

public SoapUITreeNode getChildNode(int index)
Specified by:
getChildNode in interface SoapUITreeNode
Overrides:
getChildNode in class AbstractModelItemTreeNode<Interface>


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