| Package | Description |
|---|---|
| org.eclipse.scada.vi.model | |
| org.eclipse.scada.vi.model.impl |
| Modifier and Type | Field and Description |
|---|---|
static java.util.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(java.lang.String literal)
Returns the 'Grid Alignment' literal with the specified literal value.
|
static GridAlignment |
GridAlignment.getByName(java.lang.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(java.lang.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(EDataType eDataType,
java.lang.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 (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