Runtime

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

Packages that use LayoutConstraint
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 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.createLayoutConstraint(org.eclipse.emf.ecore.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.
 LayoutConstraint Node.getLayoutConstraint()
          Returns the value of the 'Layout Constraint' containment reference
 

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.createLayoutConstraint(org.eclipse.emf.ecore.EClass eClass)
           
 LayoutConstraint NodeImpl.getLayoutConstraint()
           
 

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

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

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


Runtime

Guidelines for using Eclipse APIs.

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