|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HorizontalAlignment | |
org.eclipse.datatools.connectivity.oda.design | [Platform API] Defines an Open Data Access (ODA) design session that allows a custom ODA designer tool to specify the slice of data to access at run-time. |
Uses of HorizontalAlignment in org.eclipse.datatools.connectivity.oda.design |
Fields in org.eclipse.datatools.connectivity.oda.design declared as HorizontalAlignment | |
static HorizontalAlignment |
HorizontalAlignment.AUTOMATIC_LITERAL
The 'Automatic' literal object. |
static HorizontalAlignment |
HorizontalAlignment.LEFT_LITERAL
The 'Left' literal object. |
static HorizontalAlignment |
HorizontalAlignment.CENTER_LITERAL
The 'Center' literal object. |
static HorizontalAlignment |
HorizontalAlignment.RIGHT_LITERAL
The 'Right' literal object. |
Methods in org.eclipse.datatools.connectivity.oda.design that return HorizontalAlignment | |
HorizontalAlignment |
ValueFormatHints.getHorizontalAlignment()
Returns the value of the 'Horizontal Alignment' attribute. |
static HorizontalAlignment |
HorizontalAlignment.get(java.lang.String literal)
Returns the 'Horizontal Alignment' literal with the specified literal value. |
static HorizontalAlignment |
HorizontalAlignment.getByName(java.lang.String name)
Returns the 'Horizontal Alignment' literal with the specified name. |
static HorizontalAlignment |
HorizontalAlignment.get(int value)
Returns the 'Horizontal Alignment' literal with the specified integer value. |
Methods in org.eclipse.datatools.connectivity.oda.design with parameters of type HorizontalAlignment | |
void |
ValueFormatHints.setHorizontalAlignment(HorizontalAlignment value)
Sets the value of the ' Horizontal Alignment ' attribute. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |