|
UIML
v2.0
Draft Spec
DTD
Examples
Vocabularies
UIML
v1.0
Tags
Components
Attributes
|
UIML
Attributes (UIML 1.0)
ALIGNMENT
| Allowed Values
|
Meaning
|
| Center, East, North,
South, West |
With LAYOUT:BorderLayout:
Where to place an interface component in its container. Only one component
may go in each region. In this usage, ALIGNMENT is specified as an
attribute of the component. |
| LEFT, CENTER, RIGHT
|
With LAYOUT:FlowLayout:
How to justify interface components in their container. In this usage,
ALIGNMENT is specified as an attribute of the component (Frame, Panel,
ScrollPane only). |
| CENTER, EAST, NORTH,
NORTHEAST, NORTHWEST, SOUTH, SOUTHEAST, SOUTHWEST, WEST |
With LAYOUT:GridBagLayout:
Placement of interface component in its grid cell. In this usage,
ALIGNMENT is specified as an attribute of the component. |
©
1999-2000 UIML.org (all rights reserved)
|