Runtime

Uses of Class
org.eclipse.gmf.runtime.notation.Alignment

Packages that use Alignment
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 Alignment in org.eclipse.gmf.runtime.notation
 

Fields in org.eclipse.gmf.runtime.notation declared as Alignment
static Alignment Alignment.BOTTOM_LITERAL
          The 'Bottom' literal object
static Alignment Alignment.CENTER_LITERAL
          The 'Center' literal object
static Alignment Alignment.LEFT_LITERAL
          The 'Left' literal object
static Alignment Alignment.RIGHT_LITERAL
          The 'Right' literal object
static Alignment Alignment.TOP_LITERAL
          The 'Top' literal object
 

Methods in org.eclipse.gmf.runtime.notation that return Alignment
static Alignment Alignment.get(int value)
          Returns the 'Alignment' literal with the specified integer value
static Alignment Alignment.get(java.lang.String literal)
          Returns the 'Alignment' literal with the specified literal value
static Alignment Alignment.getByName(java.lang.String name)
          Returns the 'Alignment' literal with the specified name
 Alignment NodeEntry.getValue()
          Returns the value of the 'Value' attribute.
 

Methods in org.eclipse.gmf.runtime.notation with parameters of type Alignment
 void NodeEntry.setValue(Alignment value)
          Sets the value of the 'Value' attribute
 

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

Fields in org.eclipse.gmf.runtime.notation.impl declared as Alignment
protected static Alignment NodeEntryImpl.VALUE_EDEFAULT
          The default value of the 'Value' attribute
 

Methods in org.eclipse.gmf.runtime.notation.impl that return Alignment
 Alignment NotationFactoryImpl.createAlignmentFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 Alignment NodeEntryImpl.getTypedValue()
           
 

Methods in org.eclipse.gmf.runtime.notation.impl with parameters of type Alignment
 void NodeEntryImpl.setTypedValue(Alignment newValue)
           
 


Runtime

Guidelines for using Eclipse APIs.

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