Style | Description |
SWT.SHADOW_ETCHED_IN | Creates a Group with the "etched in" shadow style. |
SWT.SHADOW_ETCHED_OUT | Creates a Group with the "etched out" shadow style. |
SWT.SHADOW_IN | Creates a Group with the "in" shadow style, which isn't necessarily popular. |
SWT.SHADOW_OUT | Creates a Group with the "out" shadow style. |
SWT.SHADOW_NONE | Creates a Group with no shadow style. |
SWT.NO_RADIO_GROUP | Create a Group without grouping radio button |