| 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 java.util.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(java.lang.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(java.lang.String name)
Returns the 'Alignment' literal with the specified name.
|
Alignment |
Text.getIconAlignment()
Returns the value of the 'Icon 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(java.lang.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 |
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 |
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(EDataType eDataType,
java.lang.String initialValue) |
Alignment |
BorderChildImpl.getAlignment() |
Alignment |
TextImpl.getIconAlignment() |
Alignment |
TextImpl.getLabelAlignment() |
Alignment |
TextImpl.getTextAlignment() |
| Modifier and Type | Method and Description |
|---|---|
void |
BorderChildImpl.setAlignment(Alignment newAlignment) |
void |
TextImpl.setIconAlignment(Alignment newIconAlignment) |
void |
TextImpl.setLabelAlignment(Alignment newLabelAlignment) |
void |
TextImpl.setTextAlignment(Alignment newTextAlignment) |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Object |
BorderContainerController.convert(Alignment alignment) |
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0