Generation Framework

Uses of Class
org.eclipse.gmf.gmfgraph.Direction

Packages that use Direction
org.eclipse.gmf.gmfgraph   
org.eclipse.gmf.gmfgraph.impl   
 

Uses of Direction in org.eclipse.gmf.gmfgraph
 

Fields in org.eclipse.gmf.gmfgraph with type parameters of type Direction
static java.util.List<Direction> Direction.VALUES
          A public read-only list of all the 'Direction' enumerators
 

Methods in org.eclipse.gmf.gmfgraph that return Direction
static Direction Direction.get(int value)
          Returns the 'Direction' literal with the specified integer value
static Direction Direction.get(java.lang.String literal)
          Returns the 'Direction' literal with the specified literal value
 Direction Node.getAffixedParentSide()
          Returns the value of the 'Affixed Parent Side' attribute.
static Direction Direction.getByName(java.lang.String name)
          Returns the 'Direction' literal with the specified name
 Direction GradientFacet.getDirection()
          Returns the value of the 'Direction' attribute.
 Direction Node.getResizeConstraint()
          Returns the value of the 'Resize Constraint' attribute.
static Direction Direction.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Direction[] Direction.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.eclipse.gmf.gmfgraph with parameters of type Direction
 void Node.setAffixedParentSide(Direction value)
          Sets the value of the 'Affixed Parent Side' attribute
 void GradientFacet.setDirection(Direction value)
          Sets the value of the 'Direction' attribute
 void Node.setResizeConstraint(Direction value)
          Sets the value of the 'Resize Constraint' attribute
 

Uses of Direction in org.eclipse.gmf.gmfgraph.impl
 

Fields in org.eclipse.gmf.gmfgraph.impl declared as Direction
protected static Direction NodeImpl.AFFIXED_PARENT_SIDE_EDEFAULT
          The default value of the 'Affixed Parent Side' attribute
protected  Direction NodeImpl.affixedParentSide
          The cached value of the 'Affixed Parent Side' attribute
protected  Direction GradientFacetImpl.direction
          The cached value of the 'Direction' attribute
protected static Direction GradientFacetImpl.DIRECTION_EDEFAULT
          The default value of the 'Direction' attribute
protected static Direction NodeImpl.RESIZE_CONSTRAINT_EDEFAULT
          The default value of the 'Resize Constraint' attribute
protected  Direction NodeImpl.resizeConstraint
          The cached value of the 'Resize Constraint' attribute
 

Methods in org.eclipse.gmf.gmfgraph.impl that return Direction
 Direction GMFGraphFactoryImpl.createDirectionFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 Direction NodeImpl.getAffixedParentSide()
           
 Direction GradientFacetImpl.getDirection()
           
 Direction NodeImpl.getResizeConstraint()
           
 

Methods in org.eclipse.gmf.gmfgraph.impl with parameters of type Direction
 void NodeImpl.setAffixedParentSide(Direction newAffixedParentSide)
           
 void GradientFacetImpl.setDirection(Direction newDirection)
           
 void NodeImpl.setResizeConstraint(Direction newResizeConstraint)
           
 


Generation Framework

Guidelines for using Eclipse APIs.

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