public class MockOperationTreeNode extends AbstractModelItemTreeNode<MockOperation>
AbstractModelItemTreeNode.ReorderPropertyChangeListener
Constructor and Description |
---|
MockOperationTreeNode(MockOperation mockOperation,
SoapUITreeModel treeModel) |
Modifier and Type | Method and Description |
---|---|
int |
getChildCount() |
SoapUITreeNode |
getChildNode(int index) |
int |
getIndexOfChild(Object child) |
void |
mockResponseAdded(MockResponse mockResponse) |
void |
mockResponseRemoved(MockResponse mockResponse) |
void |
release() |
children, getActions, getAllowsChildren, getChildAt, getIndex, getModelItem, getParent, getParentTreeNode, getPopup, getTreeModel, initOrdering, isLeaf, propertyChange, reorder, sortModelItems, toString, valueChanged
public MockOperationTreeNode(MockOperation mockOperation, SoapUITreeModel treeModel)
public void release()
release
in interface SoapUITreeNode
release
in class AbstractModelItemTreeNode<MockOperation>
public int getChildCount()
getChildCount
in interface SoapUITreeNode
getChildCount
in interface TreeNode
getChildCount
in class AbstractModelItemTreeNode<MockOperation>
public int getIndexOfChild(Object child)
getIndexOfChild
in interface SoapUITreeNode
getIndexOfChild
in class AbstractModelItemTreeNode<MockOperation>
public SoapUITreeNode getChildNode(int index)
getChildNode
in interface SoapUITreeNode
getChildNode
in class AbstractModelItemTreeNode<MockOperation>
public void mockResponseAdded(MockResponse mockResponse)
public void mockResponseRemoved(MockResponse mockResponse)
Copyright © 2019. All Rights Reserved.