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

Packages that use TreeNodeValueModel
org.eclipse.jpt.utility.model.value   
 

Uses of TreeNodeValueModel in org.eclipse.jpt.utility.model.value
 

Methods in org.eclipse.jpt.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.
 

Methods in org.eclipse.jpt.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.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.