Generation Framework

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

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

Uses of Alignment in org.eclipse.gmf.gmfgraph
 

Fields in org.eclipse.gmf.gmfgraph declared as Alignment
static Alignment Alignment.BEGINNING_LITERAL
          The 'BEGINNING' literal object
static Alignment Alignment.CENTER_LITERAL
          The 'CENTER' literal object
static Alignment Alignment.END_LITERAL
          The 'END' literal object
static Alignment Alignment.FILL_LITERAL
          The 'FILL' literal object
 

Methods in org.eclipse.gmf.gmfgraph that return Alignment
 Alignment FlowLayout.getMajorAlignment()
          Returns the value of the 'Major Alignment' attribute.
 Alignment FlowLayout.getMinorAlignment()
          Returns the value of the 'Minor Alignment' attribute.
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
static Alignment Alignment.get(int value)
          Returns the 'Alignment' literal with the specified integer value
 Alignment GridLayoutData.getVerticalAlignment()
          Returns the value of the 'Vertical Alignment' attribute.
 Alignment GridLayoutData.getHorizontalAlignment()
          Returns the value of the 'Horizontal Alignment' attribute.
 Alignment BorderLayoutData.getAlignment()
          Returns the value of the 'Alignment' attribute.
 Alignment AlignmentFacet.getAlignment()
          Returns the value of the 'Alignment' attribute.
 

Methods in org.eclipse.gmf.gmfgraph with parameters of type Alignment
 void FlowLayout.setMajorAlignment(Alignment value)
          Sets the value of the 'Major Alignment' attribute
 void FlowLayout.setMinorAlignment(Alignment value)
          Sets the value of the 'Minor Alignment' attribute
 void GridLayoutData.setVerticalAlignment(Alignment value)
          Sets the value of the 'Vertical Alignment' attribute
 void GridLayoutData.setHorizontalAlignment(Alignment value)
          Sets the value of the 'Horizontal Alignment' attribute
 void BorderLayoutData.setAlignment(Alignment value)
          Sets the value of the 'Alignment' attribute
 void AlignmentFacet.setAlignment(Alignment value)
          Sets the value of the 'Alignment' attribute
 

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

Fields in org.eclipse.gmf.gmfgraph.impl declared as Alignment
protected static Alignment GridLayoutDataImpl.VERTICAL_ALIGNMENT_EDEFAULT
          The default value of the 'Vertical Alignment' attribute
protected  Alignment GridLayoutDataImpl.verticalAlignment
          The cached value of the 'Vertical Alignment' attribute
protected static Alignment GridLayoutDataImpl.HORIZONTAL_ALIGNMENT_EDEFAULT
          The default value of the 'Horizontal Alignment' attribute
protected  Alignment GridLayoutDataImpl.horizontalAlignment
          The cached value of the 'Horizontal Alignment' attribute
protected static Alignment AlignmentFacetImpl.ALIGNMENT_EDEFAULT
          The default value of the 'Alignment' attribute
protected  Alignment AlignmentFacetImpl.alignment
          The cached value of the 'Alignment' attribute
protected static Alignment BorderLayoutDataImpl.ALIGNMENT_EDEFAULT
          The default value of the 'Alignment' attribute
protected  Alignment BorderLayoutDataImpl.alignment
          The cached value of the 'Alignment' attribute
protected static Alignment FlowLayoutImpl.MAJOR_ALIGNMENT_EDEFAULT
          The default value of the 'Major Alignment' attribute
protected  Alignment FlowLayoutImpl.majorAlignment
          The cached value of the 'Major Alignment' attribute
protected static Alignment FlowLayoutImpl.MINOR_ALIGNMENT_EDEFAULT
          The default value of the 'Minor Alignment' attribute
protected  Alignment FlowLayoutImpl.minorAlignment
          The cached value of the 'Minor Alignment' attribute
 

Methods in org.eclipse.gmf.gmfgraph.impl that return Alignment
 Alignment GMFGraphFactoryImpl.createAlignmentFromString(EDataType eDataType, java.lang.String initialValue)
           
 Alignment GridLayoutDataImpl.getVerticalAlignment()
           
 Alignment GridLayoutDataImpl.getHorizontalAlignment()
           
 Alignment AlignmentFacetImpl.getAlignment()
           
 Alignment BorderLayoutDataImpl.getAlignment()
           
 Alignment FlowLayoutImpl.getMajorAlignment()
           
 Alignment FlowLayoutImpl.getMinorAlignment()
           
 

Methods in org.eclipse.gmf.gmfgraph.impl with parameters of type Alignment
 void GridLayoutDataImpl.setVerticalAlignment(Alignment newVerticalAlignment)
           
 void GridLayoutDataImpl.setHorizontalAlignment(Alignment newHorizontalAlignment)
           
 void AlignmentFacetImpl.setAlignment(Alignment newAlignment)
           
 void BorderLayoutDataImpl.setAlignment(Alignment newAlignment)
           
 void FlowLayoutImpl.setMajorAlignment(Alignment newMajorAlignment)
           
 void FlowLayoutImpl.setMinorAlignment(Alignment newMinorAlignment)
           
 


Generation Framework

Guidelines for using Eclipse APIs.

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