Runtime

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

Packages that use Anchor
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 
org.eclipse.gmf.runtime.notation.util Aurora internal packages Package Specification This package contains utility classes used by this plugin. 
 

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

Subinterfaces of Anchor in org.eclipse.gmf.runtime.notation
 interface IdentityAnchor
          A representation of the model object 'Identity Anchor'.
 

Methods in org.eclipse.gmf.runtime.notation that return Anchor
 Anchor Edge.createSourceAnchor(org.eclipse.emf.ecore.EClass eClass)
           A utility method to create an Anchor object from the given EClass and then sets the edge's SourceAnchor property to the new object.
 Anchor Edge.createTargetAnchor(org.eclipse.emf.ecore.EClass eClass)
           A utility method to create an Anchor object from the given EClass and then sets the edge's TargetAnchor property to the new object.
 Anchor Edge.getSourceAnchor()
          Returns the value of the 'Source Anchor' containment reference
 Anchor Edge.getTargetAnchor()
          Returns the value of the 'Target Anchor' containment reference
 

Methods in org.eclipse.gmf.runtime.notation with parameters of type Anchor
 void Edge.setSourceAnchor(Anchor value)
          Sets the value of the 'Source Anchor' containment reference
 void Edge.setTargetAnchor(Anchor value)
          Sets the value of the 'Target Anchor' containment reference
 

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

Classes in org.eclipse.gmf.runtime.notation.impl that implement Anchor
 class IdentityAnchorImpl
          An implementation of the model object 'Identity Anchor'
 

Fields in org.eclipse.gmf.runtime.notation.impl declared as Anchor
protected  Anchor EdgeImpl.sourceAnchor
          The cached value of the 'Source Anchor' containment reference
protected  Anchor EdgeImpl.targetAnchor
          The cached value of the 'Target Anchor' containment reference
 

Methods in org.eclipse.gmf.runtime.notation.impl that return Anchor
 Anchor EdgeImpl.createSourceAnchor(org.eclipse.emf.ecore.EClass eClass)
           
 Anchor EdgeImpl.createTargetAnchor(org.eclipse.emf.ecore.EClass eClass)
           
 Anchor EdgeImpl.getSourceAnchor()
           
 Anchor EdgeImpl.getTargetAnchor()
           
 

Methods in org.eclipse.gmf.runtime.notation.impl with parameters of type Anchor
 org.eclipse.emf.common.notify.NotificationChain EdgeImpl.basicSetSourceAnchor(Anchor newSourceAnchor, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain EdgeImpl.basicSetTargetAnchor(Anchor newTargetAnchor, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void EdgeImpl.setSourceAnchor(Anchor newSourceAnchor)
           
 void EdgeImpl.setTargetAnchor(Anchor newTargetAnchor)
           
 

Uses of Anchor in org.eclipse.gmf.runtime.notation.util
 

Methods in org.eclipse.gmf.runtime.notation.util with parameters of type Anchor
 java.lang.Object NotationSwitch.caseAnchor(Anchor object)
          Returns the result of interpreting the object as an instance of 'Anchor'
 


Runtime

Guidelines for using Eclipse APIs.

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