Runtime

Uses of Interface
org.eclipse.gmf.runtime.notation.Bendpoints

Packages that use Bendpoints
org.eclipse.gmf.runtime.diagram.ui.view.factories Aurora internal packages Package Specification This package contains the Notation meta model View Factories.  
org.eclipse.gmf.runtime.notation Notation meta-model primary package.  
org.eclipse.gmf.runtime.notation.impl Aurora internal packages Package Specification ToDo: Fill in specific content 
 

Uses of Bendpoints in org.eclipse.gmf.runtime.diagram.ui.view.factories
 

Methods in org.eclipse.gmf.runtime.diagram.ui.view.factories that return Bendpoints
protected  Bendpoints ConnectionViewFactory.createBendpoints()
          this method will create the default bend point on the connection, connections are created as Straight linem you can override this method in your own factory that subclass this class and change this behavior by adding extra bend points or returning a new list of bend points.
 

Uses of Bendpoints in org.eclipse.gmf.runtime.notation
 

Subinterfaces of Bendpoints in org.eclipse.gmf.runtime.notation
 interface RelativeBendpoints
           A representation of the model object 'Relative Bendpoints'.
 

Methods in org.eclipse.gmf.runtime.notation that return Bendpoints
 Bendpoints Edge.getBendpoints()
          Returns the value of the 'Bendpoints' containment reference
 Bendpoints Edge.createBendpoints(EClass eClass)
           A utility method to create a Bendpoints object from the given EClass and then sets the edge's Bendpoints property to the new object.
 

Methods in org.eclipse.gmf.runtime.notation with parameters of type Bendpoints
 void Edge.setBendpoints(Bendpoints value)
          Sets the value of the 'Bendpoints' containment reference
 

Uses of Bendpoints in org.eclipse.gmf.runtime.notation.impl
 

Classes in org.eclipse.gmf.runtime.notation.impl that implement Bendpoints
 class RelativeBendpointsImpl
           An implementation of the model object 'Relative Bendpoints'
 

Fields in org.eclipse.gmf.runtime.notation.impl declared as Bendpoints
protected  Bendpoints EdgeImpl.bendpoints
          The cached value of the 'Bendpoints' containment reference
 

Methods in org.eclipse.gmf.runtime.notation.impl that return Bendpoints
 Bendpoints EdgeImpl.getBendpoints()
           
 Bendpoints EdgeImpl.createBendpoints(EClass eClass)
           
 

Methods in org.eclipse.gmf.runtime.notation.impl with parameters of type Bendpoints
 NotificationChain EdgeImpl.basicSetBendpoints(Bendpoints newBendpoints, NotificationChain msgs)
           
 void EdgeImpl.setBendpoints(Bendpoints newBendpoints)
           
 


Runtime

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.