Uses of Class
org.eclipse.emf.ecp.view.spi.model.LabelAlignment

Packages that use LabelAlignment
org.eclipse.emf.ecp.view.spi.model   
org.eclipse.emf.ecp.view.spi.model.impl   
 

Uses of LabelAlignment in org.eclipse.emf.ecp.view.spi.model
 

Fields in org.eclipse.emf.ecp.view.spi.model with type parameters of type LabelAlignment
static List<LabelAlignment> LabelAlignment.VALUES
          A public read-only list of all the 'Label Alignment' enumerators.
 

Methods in org.eclipse.emf.ecp.view.spi.model that return LabelAlignment
static LabelAlignment LabelAlignment.get(int value)
          Returns the 'Label Alignment' literal with the specified integer value.
static LabelAlignment LabelAlignment.get(String literal)
          Returns the 'Label Alignment' literal with the specified literal value.
static LabelAlignment LabelAlignment.getByName(String name)
          Returns the 'Label Alignment' literal with the specified name.
 LabelAlignment VControl.getLabelAlignment()
          Returns the value of the 'Label Alignment' attribute.
static LabelAlignment LabelAlignment.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LabelAlignment[] LabelAlignment.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eclipse.emf.ecp.view.spi.model with parameters of type LabelAlignment
 void VControl.setLabelAlignment(LabelAlignment value)
          Sets the value of the 'Label Alignment' attribute.
 

Uses of LabelAlignment in org.eclipse.emf.ecp.view.spi.model.impl
 

Methods in org.eclipse.emf.ecp.view.spi.model.impl that return LabelAlignment
 LabelAlignment VViewFactoryImpl.createLabelAlignmentFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
           
 LabelAlignment VControlImpl.getLabelAlignment()
           
 

Methods in org.eclipse.emf.ecp.view.spi.model.impl with parameters of type LabelAlignment
 void VControlImpl.setLabelAlignment(LabelAlignment newLabelAlignment)
           
 



Copyright © 2014. All Rights Reserved.