| |
17. 22. 1. 引入组 |
|
- Provide visual organization and structure.
- A Group can display some text along its top, specified by the setText() method.
- A Group derives from Composite, and it can contain other widgets.
|
Group Styles: |
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 |
|
|