Style | Description |
SWT.SEPARATOR | Creates a visual divider. |
SWT.HORIZONTAL | Used with SWT.SEPARATOR to create a horizontal separator. |
SWT.VERTICAL | Used with SWT.SEPARATOR to create a vertical separator. This is the default. |
SWT.SHADOW_IN | Used with SWT.SEPARATOR to draw a separator that appears recessed. |
SWT.SHADOW_OUT | Used with SWT.SEPARATOR to draw a separator that appears extruded. |
SWT.SHADOW_NONE | Used with SWT.SEPARATOR to draw a separator that appears unshadowed. |
SWT.CENTER | Orients the text or image in the center of this Label. |
SWT.LEFT | Orients the text or image to the left of this Label. |
SWT.RIGHT | Orients the text or image to the right of this Label. |
SWT.WRAP | Creates a Label that can wrap. Support for wrapped labels depends on the layout manager and is spotty. |