Package | Description |
---|---|
org.eclipse.scada.vi.model | |
org.eclipse.scada.vi.model.impl |
Modifier and Type | Field and Description |
---|---|
static List<GridAlignment> |
GridAlignment.VALUES
A public read-only list of all the 'Grid Alignment' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static GridAlignment |
GridAlignment.get(int value)
Returns the 'Grid Alignment' literal with the specified integer value.
|
static GridAlignment |
GridAlignment.get(String literal)
Returns the 'Grid Alignment' literal with the specified literal value.
|
static GridAlignment |
GridAlignment.getByName(String name)
Returns the 'Grid Alignment' literal with the specified name.
|
GridAlignment |
GridChild.getHorizontalAlignment()
Returns the value of the 'Horizontal Alignment' attribute.
|
GridAlignment |
GridChild.getVerticalAlignment()
Returns the value of the 'Vertical Alignment' attribute.
|
static GridAlignment |
GridAlignment.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridAlignment[] |
GridAlignment.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
GridChild.setHorizontalAlignment(GridAlignment value)
Sets the value of the '
Horizontal Alignment ' attribute. |
void |
GridChild.setVerticalAlignment(GridAlignment value)
Sets the value of the '
Vertical Alignment ' attribute. |
Modifier and Type | Field and Description |
---|---|
protected static GridAlignment |
GridChildImpl.HORIZONTAL_ALIGNMENT_EDEFAULT
The default value of the '
Horizontal Alignment ' attribute. |
protected GridAlignment |
GridChildImpl.horizontalAlignment
The cached value of the '
Horizontal Alignment ' attribute. |
protected static GridAlignment |
GridChildImpl.VERTICAL_ALIGNMENT_EDEFAULT
The default value of the '
Vertical Alignment ' attribute. |
protected GridAlignment |
GridChildImpl.verticalAlignment
The cached value of the '
Vertical Alignment ' attribute. |
Modifier and Type | Method and Description |
---|---|
GridAlignment |
VisualInterfaceFactoryImpl.createGridAlignmentFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue) |
GridAlignment |
GridChildImpl.getHorizontalAlignment() |
GridAlignment |
GridChildImpl.getVerticalAlignment() |
Modifier and Type | Method and Description |
---|---|
void |
GridChildImpl.setHorizontalAlignment(GridAlignment newHorizontalAlignment) |
void |
GridChildImpl.setVerticalAlignment(GridAlignment newVerticalAlignment) |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.