public abstract class AbstractModelItemTreeNode<T extends ModelItem> extends Object implements SoapUITreeNode, PropertyChangeListener
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractModelItemTreeNode.ReorderPropertyChangeListener | 
| Modifier | Constructor and Description | 
|---|---|
| protected  | AbstractModelItemTreeNode(T modelItem,
                         ModelItem parentItem,
                         SoapUITreeModel treeModel) | 
| Modifier and Type | Method and Description | 
|---|---|
| Enumeration<?> | children() | 
| ActionList | getActions() | 
| boolean | getAllowsChildren() | 
| TreeNode | getChildAt(int childIndex) | 
| int | getChildCount() | 
| SoapUITreeNode | getChildNode(int index) | 
| int | getIndex(TreeNode node) | 
| int | getIndexOfChild(Object child) | 
| T | getModelItem() | 
| TreeNode | getParent() | 
| SoapUITreeNode | getParentTreeNode() | 
| JPopupMenu | getPopup() | 
| SoapUITreeModel | getTreeModel() | 
| <T2 extends SoapUITreeNode> | initOrdering(List<T2> items,
            String setting) | 
| boolean | isLeaf() | 
| void | propertyChange(PropertyChangeEvent evt) | 
| void | release() | 
| void | reorder(boolean notify) | 
| <T2 extends SoapUITreeNode> | sortModelItems(List<T2> modelItems,
              String setting) | 
| String | toString() | 
| boolean | valueChanged(Object newValue) | 
protected AbstractModelItemTreeNode(T modelItem, ModelItem parentItem, SoapUITreeModel treeModel)
public SoapUITreeModel getTreeModel()
public T getModelItem()
getModelItem in interface SoapUITreeNodepublic boolean valueChanged(Object newValue)
valueChanged in interface SoapUITreeNodepublic boolean isLeaf()
isLeaf in interface SoapUITreeNodeisLeaf in interface TreeNodepublic int getChildCount()
getChildCount in interface SoapUITreeNodegetChildCount in interface TreeNodepublic SoapUITreeNode getChildNode(int index)
getChildNode in interface SoapUITreeNodepublic int getIndexOfChild(Object child)
getIndexOfChild in interface SoapUITreeNodepublic JPopupMenu getPopup()
getPopup in interface SoapUITreeNodepublic ActionList getActions()
getActions in interface SoapUITreeNodepublic SoapUITreeNode getParentTreeNode()
getParentTreeNode in interface SoapUITreeNodepublic void propertyChange(PropertyChangeEvent evt)
propertyChange in interface PropertyChangeListenerpublic void release()
release in interface SoapUITreeNodepublic <T2 extends SoapUITreeNode> void initOrdering(List<T2> items, String setting)
public void reorder(boolean notify)
reorder in interface SoapUITreeNodepublic <T2 extends SoapUITreeNode> void sortModelItems(List<T2> modelItems, String setting)
public Enumeration<?> children()
public boolean getAllowsChildren()
getAllowsChildren in interface TreeNodepublic TreeNode getChildAt(int childIndex)
getChildAt in interface TreeNodeCopyright © 2019. All Rights Reserved.