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 TreeNode.getParent()
          Returns the value of the 'Parent' container reference.
 TreeNode TreeFactory.createTreeNode()
          Returns a new object of class 'Node'
 

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'
 

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

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
 Object TreeSwitch.caseTreeNode(TreeNode object)
          Returns the result of interpretting the object as an instance of 'Node'
 


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