| Constructor and Description |
|---|
PropertyTreeNode(PropertyTreeModel<T> model) |
| Modifier and Type | Method and Description |
|---|---|
Enumeration |
children() |
boolean |
getAllowsChildren() |
TreeNode |
getChildAt(int childIndex) |
int |
getChildCount() |
int |
getIndex(TreeNode node) |
T |
getItem() |
TreeNode |
getParent() |
boolean |
isLeaf() |
public PropertyTreeNode(PropertyTreeModel<T> model)
public boolean getAllowsChildren()
getAllowsChildren in interface TreeNodepublic TreeNode getChildAt(int childIndex)
getChildAt in interface TreeNodepublic int getChildCount()
getChildCount in interface TreeNodepublic Enumeration children()
public T getItem()
Copyright © 2017. All rights reserved.