Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

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.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire