IBM Rational Software Modeler
Release 6.0

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

Packages that use View
com.ibm.xtools.notation Notation meta-model primary package.  
com.ibm.xtools.uml.diagram   
 

Uses of View in com.ibm.xtools.notation
 

Subinterfaces of View in com.ibm.xtools.notation
 interface Diagram
           A representation of the model object 'Diagram'.
 interface Edge
           A representation of the model object 'Edge'.
 interface Node
           A representation of the model object 'Node'.
 

Methods in com.ibm.xtools.notation that return View
 View Edge.getSource()
          Returns the value of the 'Source' reference.
 View Edge.getTarget()
          Returns the value of the 'Target' reference.
 

Methods in com.ibm.xtools.notation with parameters of type View
 void Edge.setSource(View value)
          Sets the value of the 'Source' reference
 void Edge.setTarget(View value)
          Sets the value of the 'Target' reference
 

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

Methods in com.ibm.xtools.uml.diagram that return View
 View IUMLDiagramHelper.getChildView(View container, String type)
          Gets the child view with a given type from a given view
 

Methods in com.ibm.xtools.uml.diagram with parameters of type View
 Node IUMLDiagramHelper.createNode(View container, org.eclipse.uml2.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
 Edge IUMLDiagramHelper.createEdge(View source, View target, org.eclipse.uml2.Element element)
          Creates an edge for a given element and connects it between a given source and a given target
 Edge IUMLDiagramHelper.createEdge(View source, View target, String type)
          Creates an edge with a given type and connects it between a given source and a given target
 void IUMLDiagramHelper.destroyView(View view)
          Destroys a given view
 View IUMLDiagramHelper.getChildView(View container, String type)
          Gets the child view with a given type from a given view
 void IUMLDiagramHelper.layout(View view, String hint)
          layout Utility method to layout the children of a view container.
 


IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

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