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 |
17.22.Group | ||||
17.22.1. | Introducing Group | |||
17.22.2. | Create Shadow in Group | |||
17.22.3. | Add Radio Buttons to a Group | |||
17.22.4. | Create a Group without grouping Radio Buttons (SWT.NO_RADIO_GROUP) | |||
17.22.5. | Add image to Group |