|
Dali Provisional API Release 3.2 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use TreeNodeValueModel | |
|---|---|
| org.eclipse.jpt.common.utility.model.value | |
| Uses of TreeNodeValueModel in org.eclipse.jpt.common.utility.model.value |
|---|
| Methods in org.eclipse.jpt.common.utility.model.value that return TreeNodeValueModel | |
|---|---|
TreeNodeValueModel<V> |
TreeNodeValueModel.child(int index)
Return the node's child at the specified index. |
TreeNodeValueModel<V> |
TreeNodeValueModel.parent()
Return the node's parent node; null if the node is the root. |
TreeNodeValueModel<V>[] |
TreeNodeValueModel.path()
Return the path to the node. |
protected TreeNodeValueModel<V> |
TreeNodeValueModel.ParentTransformer.transform_(TreeNodeValueModel<V> treeNodeValueModel)
|
| Methods in org.eclipse.jpt.common.utility.model.value that return types with arguments of type TreeNodeValueModel | |
|---|---|
ListValueModel<TreeNodeValueModel<V>> |
TreeNodeValueModel.childrenModel()
Return a list value model of the node's child nodes. |
| Methods in org.eclipse.jpt.common.utility.model.value with parameters of type TreeNodeValueModel | |
|---|---|
int |
TreeNodeValueModel.indexOfChild(TreeNodeValueModel<V> child)
Return the index in the node's list of children of the specified child. |
protected TreeNodeValueModel<V> |
TreeNodeValueModel.ParentTransformer.transform_(TreeNodeValueModel<V> treeNodeValueModel)
|
|
Dali Provisional API Release 3.2 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||