Package | Description |
---|---|
org.eclipse.scada.vi.model | |
org.eclipse.scada.vi.model.impl | |
org.eclipse.scada.vi.ui.draw2d.primitives |
Provides controllers to the graphical elements in the views.
|
Modifier and Type | Field and Description |
---|---|
static List<Alignment> |
Alignment.VALUES
A public read-only list of all the 'Alignment' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static Alignment |
Alignment.get(int value)
Returns the 'Alignment' literal with the specified integer value.
|
static Alignment |
Alignment.get(String literal)
Returns the 'Alignment' literal with the specified literal value.
|
Alignment |
BorderChild.getAlignment()
Returns the value of the 'Alignment' attribute.
|
static Alignment |
Alignment.getByName(String name)
Returns the 'Alignment' literal with the specified name.
|
Alignment |
Text.getIconAlignment()
Returns the value of the 'Icon Alignment' attribute.
|
Alignment |
Image.getImageAlignment()
Returns the value of the 'Image Alignment' attribute.
|
Alignment |
Text.getLabelAlignment()
Returns the value of the 'Label Alignment' attribute.
|
Alignment |
Text.getTextAlignment()
Returns the value of the 'Text Alignment' attribute.
|
static Alignment |
Alignment.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Alignment[] |
Alignment.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
BorderChild.setAlignment(Alignment value)
Sets the value of the '
Alignment ' attribute. |
void |
Text.setIconAlignment(Alignment value)
Sets the value of the '
Icon Alignment ' attribute. |
void |
Image.setImageAlignment(Alignment value)
Sets the value of the '
Image Alignment ' attribute. |
void |
Text.setLabelAlignment(Alignment value)
Sets the value of the '
Label Alignment ' attribute. |
void |
Text.setTextAlignment(Alignment value)
Sets the value of the '
Text Alignment ' attribute. |
Modifier and Type | Field and Description |
---|---|
protected Alignment |
BorderChildImpl.alignment
The cached value of the '
Alignment ' attribute. |
protected static Alignment |
BorderChildImpl.ALIGNMENT_EDEFAULT
The default value of the '
Alignment ' attribute. |
protected static Alignment |
TextImpl.ICON_ALIGNMENT_EDEFAULT
The default value of the '
Icon Alignment ' attribute. |
protected Alignment |
TextImpl.iconAlignment
The cached value of the '
Icon Alignment ' attribute. |
protected static Alignment |
ImageImpl.IMAGE_ALIGNMENT_EDEFAULT
The default value of the '
Image Alignment ' attribute. |
protected Alignment |
ImageImpl.imageAlignment
The cached value of the '
Image Alignment ' attribute. |
protected static Alignment |
TextImpl.LABEL_ALIGNMENT_EDEFAULT
The default value of the '
Label Alignment ' attribute. |
protected Alignment |
TextImpl.labelAlignment
The cached value of the '
Label Alignment ' attribute. |
protected static Alignment |
TextImpl.TEXT_ALIGNMENT_EDEFAULT
The default value of the '
Text Alignment ' attribute. |
protected Alignment |
TextImpl.textAlignment
The cached value of the '
Text Alignment ' attribute. |
Modifier and Type | Method and Description |
---|---|
Alignment |
VisualInterfaceFactoryImpl.createAlignmentFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue) |
Alignment |
BorderChildImpl.getAlignment() |
Alignment |
TextImpl.getIconAlignment() |
Alignment |
ImageImpl.getImageAlignment() |
Alignment |
TextImpl.getLabelAlignment() |
Alignment |
TextImpl.getTextAlignment() |
Modifier and Type | Method and Description |
---|---|
void |
BorderChildImpl.setAlignment(Alignment newAlignment) |
void |
TextImpl.setIconAlignment(Alignment newIconAlignment) |
void |
ImageImpl.setImageAlignment(Alignment newImageAlignment) |
void |
TextImpl.setLabelAlignment(Alignment newLabelAlignment) |
void |
TextImpl.setTextAlignment(Alignment newTextAlignment) |
Modifier and Type | Method and Description |
---|---|
static Object |
BorderContainerController.convert(Alignment alignment) |
static int |
Helper.convertAlignment(Alignment alignment,
int defaultValue) |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.