public abstract class AbstractTreeNode<T extends ModelItem> extends Object implements SoapUITreeNode
| Constructor and Description | 
|---|
| AbstractTreeNode(T modelItem) | 
| Modifier and Type | Method and Description | 
|---|---|
| Enumeration | children() | 
| ActionList | getActions() | 
| boolean | getAllowsChildren() | 
| TreeNode | getChildAt(int childIndex) | 
| int | getIndex(TreeNode node) | 
| T | getModelItem() | 
| TreeNode | getParent() | 
| JPopupMenu | getPopup() | 
| boolean | isLeaf() | 
| void | reorder(boolean notify) | 
| String | toString() | 
| boolean | valueChanged(Object newValue) | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetChildCount, getChildNode, getIndexOfChild, getParentTreeNode, releasepublic AbstractTreeNode(T modelItem)
public boolean valueChanged(Object newValue)
valueChanged in interface SoapUITreeNodepublic boolean isLeaf()
isLeaf in interface SoapUITreeNodeisLeaf in interface TreeNodepublic JPopupMenu getPopup()
getPopup in interface SoapUITreeNodepublic ActionList getActions()
getActions in interface SoapUITreeNodepublic T getModelItem()
getModelItem in interface SoapUITreeNodepublic void reorder(boolean notify)
reorder in interface SoapUITreeNodepublic Enumeration children()
public boolean getAllowsChildren()
getAllowsChildren in interface TreeNodepublic TreeNode getChildAt(int childIndex)
getChildAt in interface TreeNodeCopyright © 2019. All Rights Reserved.