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, valueChanged
public PropertiesTreeNode(T modelItem, ModelItem parentItem, TestPropertyHolder holder, SoapUITreeModel treeModel)
public static PropertiesTreeNode<?> createDefaultPropertiesNode(TestModelItem modelItem, SoapUITreeModel treeModel)
public int getChildCount()
getChildCount
in interface SoapUITreeNode
getChildCount
in interface TreeNode
getChildCount
in class AbstractModelItemTreeNode<T extends ModelItem>
public SoapUITreeNode getChildNode(int index)
getChildNode
in interface SoapUITreeNode
getChildNode
in class AbstractModelItemTreeNode<T extends ModelItem>
public int getIndexOfChild(Object child)
getIndexOfChild
in interface SoapUITreeNode
getIndexOfChild
in class AbstractModelItemTreeNode<T extends ModelItem>
public void release()
release
in interface SoapUITreeNode
release
in class AbstractModelItemTreeNode<T extends ModelItem>
public ActionList getActions()
getActions
in interface SoapUITreeNode
getActions
in class AbstractModelItemTreeNode<T extends ModelItem>
Copyright © 2019. All Rights Reserved.