Package | Description |
---|---|
org.eclipse.emf.ecp.view.spi.model | |
org.eclipse.emf.ecp.view.spi.model.impl | |
org.eclipse.emf.ecp.view.spi.model.util |
Modifier and Type | Field and Description |
---|---|
static List<LabelAlignment> |
LabelAlignment.VALUES
A public read-only list of all the 'Label Alignment' enumerators.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
VControl.setLabelAlignment(LabelAlignment value)
Sets the value of the '
Label
Alignment ' attribute. |
Modifier and Type | Field and Description |
---|---|
protected static LabelAlignment |
VControlImpl.LABEL_ALIGNMENT_EDEFAULT
The default value of the '
Label Alignment ' attribute. |
protected LabelAlignment |
VControlImpl.labelAlignment
The cached value of the '
Label Alignment ' attribute. |
Modifier and Type | Method and Description |
---|---|
LabelAlignment |
VViewFactoryImpl.createLabelAlignmentFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue) |
LabelAlignment |
VControlImpl.getLabelAlignment() |
Modifier and Type | Method and Description |
---|---|
void |
VControlImpl.setLabelAlignment(LabelAlignment newLabelAlignment) |
Modifier and Type | Method and Description |
---|---|
boolean |
ViewValidator.validateLabelAlignment(LabelAlignment labelAlignment,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
Map<Object,Object> context) |
Copyright © 2019. All rights reserved.