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.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
protected   LayoutConstraint DecorationNodeImpl. layoutConstraint
           
protected   LayoutConstraint BasicSemanticCompartmentImpl. layoutConstraint
           
 

Methods in org.eclipse.gmf.runtime.notation.impl that return LayoutConstraint
  LayoutConstraint NodeImpl. createLayoutConstraint (org.eclipse.emf.ecore.EClass eClass)
           
  LayoutConstraint BasicSemanticCompartmentImpl. createLayoutConstraint (org.eclipse.emf.ecore.EClass eClass)
           
  LayoutConstraint BasicDecorationNodeImpl. createLayoutConstraint (org.eclipse.emf.ecore.EClass eClass)
           
  LayoutConstraint NodeImpl. getLayoutConstraint ()
           
  LayoutConstraint DecorationNodeImpl. getLayoutConstraint ()
           
  LayoutConstraint BasicSemanticCompartmentImpl. getLayoutConstraint ()
           
  LayoutConstraint BasicDecorationNodeImpl. 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)
           
 org.eclipse.emf.common.notify.NotificationChain DecorationNodeImpl. basicSetLayoutConstraint ( LayoutConstraint newLayoutConstraint, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain BasicSemanticCompartmentImpl. basicSetLayoutConstraint ( LayoutConstraint newLayoutConstraint, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain BasicDecorationNodeImpl. basicSetLayoutConstraint ( LayoutConstraint newLayoutConstraint, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void NodeImpl. setLayoutConstraint ( LayoutConstraint newLayoutConstraint)
           
 void DecorationNodeImpl. setLayoutConstraint ( LayoutConstraint newLayoutConstraint)
           
 void BasicSemanticCompartmentImpl. setLayoutConstraint ( LayoutConstraint newLayoutConstraint)
           
 void BasicDecorationNodeImpl. 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.


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