IBM Rational Software Modeler
Release 6.0

Uses of Interface
com.ibm.xtools.notation.Node

Packages that use Node
com.ibm.xtools.notation Notation meta-model primary package.  
com.ibm.xtools.presentation.services.layout Layout Service Package Specification This package exposes the Layout Service Provider API.  
com.ibm.xtools.uml.diagram   
 

Uses of Node in com.ibm.xtools.notation
 

Methods in com.ibm.xtools.notation that return Node
 Node NotationFactory.createNode()
          Returns a new object of class 'Node'
 Node View.createChild(EClass eClass)
           A utililty method to create a new Node from the given eClass paramter and then inserts the object in the view's Children collection
 

Uses of Node in com.ibm.xtools.presentation.services.layout
 

Methods in com.ibm.xtools.presentation.services.layout that return Node
 Node ILayoutNode.getNode()
          getNode Accessor method to return the notation meta-model Node object.
 

Uses of Node in com.ibm.xtools.uml.diagram
 

Methods in com.ibm.xtools.uml.diagram that return Node
 Node IUMLDiagramHelper.createNode(View container, Element element)
          Creates a node for a given element and inserts it into a given container
 Node IUMLDiagramHelper.createNode(View container, String type)
          Creates a node with a given type and inserts it into a given container
 

Methods in com.ibm.xtools.uml.diagram with parameters of type Node
 ILayoutNode IUMLDiagramHelper.getLayoutNode(Node node)
          getLayoutNode Gets the ILayoutNode in order to retrieve the actual size of the Node object irrespective of the autosize properties.
 


IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2004. All rights reserved.