public class RadioGroupFormToolkit
extends java.lang.Object
| Constructor and Description |
|---|
RadioGroupFormToolkit() |
| Modifier and Type | Method and Description |
|---|---|
static RadioGroup |
createRadioGroup(org.eclipse.ui.forms.widgets.FormToolkit formToolkit,
org.eclipse.swt.widgets.Composite parent,
int style)
Creates a radio group as a part of the specified form.
|
public static RadioGroup createRadioGroup(org.eclipse.ui.forms.widgets.FormToolkit formToolkit, org.eclipse.swt.widgets.Composite parent, int style)
formToolkit - the form to which the radio group belongsparent - the radio group parentstyle - the radio group style (for example, SWT.BORDER)