Uses of Interface
org.eclipse.emf.edit.tree.TreeNode

Packages that use TreeNode
org.eclipse.emf.edit.tree   
org.eclipse.emf.edit.tree.impl   
org.eclipse.emf.edit.tree.util   
 

Uses of TreeNode in org.eclipse.emf.edit.tree
 

Methods in org.eclipse.emf.edit.tree that return TreeNode
 TreeNode TreeFactory.createTreeNode()
          Returns a new object of class 'Node'
 TreeNode TreeNode.getParent()
          Returns the value of the 'Parent' container reference.
 

Methods in org.eclipse.emf.edit.tree that return types with arguments of type TreeNode
 EList<TreeNode> TreeNode.getChildren()
          Returns the value of the 'Children' containment reference list.
 

Methods in org.eclipse.emf.edit.tree with parameters of type TreeNode
 void TreeNode.setParent(TreeNode value)
          Sets the value of the 'Parent' container reference
 

Uses of TreeNode in org.eclipse.emf.edit.tree.impl
 

Classes in org.eclipse.emf.edit.tree.impl that implement TreeNode
 class TreeNodeImpl
          An implementation of the model object 'Node'
 

Fields in org.eclipse.emf.edit.tree.impl with type parameters of type TreeNode
protected  EList<TreeNode> TreeNodeImpl.children
          The cached value of the 'Children' containment reference list
 

Methods in org.eclipse.emf.edit.tree.impl that return TreeNode
 TreeNode TreeFactoryImpl.createTreeNode()
           
 TreeNode TreeNodeImpl.getParent()
           
 

Methods in org.eclipse.emf.edit.tree.impl that return types with arguments of type TreeNode
 EList<TreeNode> TreeNodeImpl.getChildren()
           
 

Methods in org.eclipse.emf.edit.tree.impl with parameters of type TreeNode
 NotificationChain TreeNodeImpl.basicSetParent(TreeNode newParent, NotificationChain msgs)
           
 void TreeNodeImpl.setParent(TreeNode newParent)
           
 

Uses of TreeNode in org.eclipse.emf.edit.tree.util
 

Methods in org.eclipse.emf.edit.tree.util with parameters of type TreeNode
 T TreeSwitch.caseTreeNode(TreeNode object)
          Returns the result of interpreting the object as an instance of 'Node'
 


Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.