Dali Provisional API
Release 3.2

Uses of Interface
org.eclipse.jpt.common.utility.model.value.TreeNodeValueModel

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<T> TreeNodeValueModel.child(int index)
          Return the node's child at the specified index.
 TreeNodeValueModel<T> TreeNodeValueModel.parent()
          Return the node's parent node; null if the node is the root.
 TreeNodeValueModel<T>[] TreeNodeValueModel.path()
          Return the path to the node.
protected  TreeNodeValueModel<T> TreeNodeValueModel.ParentTransformer.transform_(TreeNodeValueModel<T> treeNodeValueModel)
           
 

Methods in org.eclipse.jpt.common.utility.model.value that return types with arguments of type TreeNodeValueModel
 ListValueModel<TreeNodeValueModel<T>> 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<T> child)
          Return the index in the node's list of children of the specified child.
protected  TreeNodeValueModel<T> TreeNodeValueModel.ParentTransformer.transform_(TreeNodeValueModel<T> treeNodeValueModel)
           
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.