Runtime

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

Packages that use LayoutConstraint
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 LayoutConstraint in org.eclipse.gmf.runtime.diagram.ui.view.factories
 

Methods in org.eclipse.gmf.runtime.diagram.ui.view.factories that return LayoutConstraint
protected  LayoutConstraint AbstractLabelViewFactory.createLayoutConstraint()
           
protected  LayoutConstraint BasicNodeViewFactory.createLayoutConstraint()
          Method used to create the layout constraint that will get set on the created view.
protected  LayoutConstraint AbstractShapeViewFactory.createLayoutConstraint()
          Method used to create the layout constraint that will get set on the created view.
 

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

Subinterfaces of LayoutConstraint in org.eclipse.gmf.runtime.notation
 interface Bounds
           A representation of the model object 'Bounds'.
 interface Location
           A representation of the model object 'Location'.
 interface Ratio
           A representation of the model object 'Ratio'.
 interface Size
           A representation of the model object 'Size'.
 

Methods in org.eclipse.gmf.runtime.notation that return LayoutConstraint
 LayoutConstraint Node.getLayoutConstraint()
          Returns the value of the 'Layout Constraint' containment reference
 LayoutConstraint Node.createLayoutConstraint(EClass eClass)
           A utility method to create a LayoutConstraint object from the given EClass and then sets the node's LayoutConstraint property to the new object.
 

Methods in org.eclipse.gmf.runtime.notation with parameters of type LayoutConstraint
 void Node.setLayoutConstraint(LayoutConstraint value)
          Sets the value of the 'Layout Constraint' containment reference
 

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

Classes in org.eclipse.gmf.runtime.notation.impl that implement LayoutConstraint
 class BoundsImpl
           An implementation of the model object 'Bounds'
 class LocationImpl
           An implementation of the model object 'Location'
 class RatioImpl
           An implementation of the model object 'Ratio'
 class SizeImpl
           An implementation of the model object 'Size'
 

Fields in org.eclipse.gmf.runtime.notation.impl declared as LayoutConstraint
protected  LayoutConstraint NodeImpl.layoutConstraint
          The cached value of the 'Layout Constraint' containment reference
 

Methods in org.eclipse.gmf.runtime.notation.impl that return LayoutConstraint
 LayoutConstraint NodeImpl.getLayoutConstraint()
           
 LayoutConstraint NodeImpl.createLayoutConstraint(EClass eClass)
           
 

Methods in org.eclipse.gmf.runtime.notation.impl with parameters of type LayoutConstraint
 NotificationChain NodeImpl.basicSetLayoutConstraint(LayoutConstraint newLayoutConstraint, NotificationChain msgs)
           
 void NodeImpl.setLayoutConstraint(LayoutConstraint newLayoutConstraint)
           
 


Runtime

Guidelines for using Eclipse APIs.

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