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, wait
getChildCount, getChildNode, getIndexOfChild, getParentTreeNode, release
public AbstractTreeNode(T modelItem)
public boolean valueChanged(Object newValue)
valueChanged
in interface SoapUITreeNode
public boolean isLeaf()
isLeaf
in interface SoapUITreeNode
isLeaf
in interface TreeNode
public JPopupMenu getPopup()
getPopup
in interface SoapUITreeNode
public ActionList getActions()
getActions
in interface SoapUITreeNode
public T getModelItem()
getModelItem
in interface SoapUITreeNode
public void reorder(boolean notify)
reorder
in interface SoapUITreeNode
public Enumeration children()
public boolean getAllowsChildren()
getAllowsChildren
in interface TreeNode
public TreeNode getChildAt(int childIndex)
getChildAt
in interface TreeNode
Copyright © 2019. All Rights Reserved.