public class PropertiesTreeNode<T extends ModelItem> extends AbstractModelItemTreeNode<T>
| Modifier and Type | Class and Description |
|---|---|
static class |
PropertiesTreeNode.PropertiesModelItem |
AbstractModelItemTreeNode.ReorderPropertyChangeListener| Constructor and Description |
|---|
PropertiesTreeNode(T modelItem,
ModelItem parentItem,
TestPropertyHolder holder,
SoapUITreeModel treeModel) |
| Modifier and Type | Method and Description |
|---|---|
static PropertiesTreeNode<?> |
createDefaultPropertiesNode(TestModelItem modelItem,
SoapUITreeModel treeModel) |
ActionList |
getActions() |
int |
getChildCount() |
SoapUITreeNode |
getChildNode(int index) |
int |
getIndexOfChild(Object child) |
void |
release() |
children, getAllowsChildren, getChildAt, getIndex, getModelItem, getParent, getParentTreeNode, getPopup, getTreeModel, initOrdering, isLeaf, propertyChange, reorder, sortModelItems, toString, valueChangedpublic PropertiesTreeNode(T modelItem, ModelItem parentItem, TestPropertyHolder holder, SoapUITreeModel treeModel)
public static PropertiesTreeNode<?> createDefaultPropertiesNode(TestModelItem modelItem, SoapUITreeModel treeModel)
public int getChildCount()
getChildCount in interface SoapUITreeNodegetChildCount in interface TreeNodegetChildCount in class AbstractModelItemTreeNode<T extends ModelItem>public SoapUITreeNode getChildNode(int index)
getChildNode in interface SoapUITreeNodegetChildNode in class AbstractModelItemTreeNode<T extends ModelItem>public int getIndexOfChild(Object child)
getIndexOfChild in interface SoapUITreeNodegetIndexOfChild in class AbstractModelItemTreeNode<T extends ModelItem>public void release()
release in interface SoapUITreeNoderelease in class AbstractModelItemTreeNode<T extends ModelItem>public ActionList getActions()
getActions in interface SoapUITreeNodegetActions in class AbstractModelItemTreeNode<T extends ModelItem>Copyright © 2019. All Rights Reserved.