public final class Groups
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static org.eclipse.swt.widgets.Group |
create(org.eclipse.swt.widgets.Composite parent,
java.lang.String title) |
static org.eclipse.swt.widgets.Group |
create(org.eclipse.swt.widgets.Composite parent,
java.lang.String title,
org.eclipse.swt.layout.GridData data) |
static org.eclipse.swt.widgets.Group |
create(org.eclipse.swt.widgets.Composite parent,
java.lang.String title,
org.eclipse.swt.layout.GridData data,
org.eclipse.swt.layout.GridLayout layout) |
static void |
updateMargins(org.eclipse.swt.widgets.Group group) |
public static org.eclipse.swt.widgets.Group create(org.eclipse.swt.widgets.Composite parent, java.lang.String title)
public static org.eclipse.swt.widgets.Group create(org.eclipse.swt.widgets.Composite parent, java.lang.String title, org.eclipse.swt.layout.GridData data)
public static org.eclipse.swt.widgets.Group create(org.eclipse.swt.widgets.Composite parent, java.lang.String title, org.eclipse.swt.layout.GridData data, org.eclipse.swt.layout.GridLayout layout)
public static void updateMargins(org.eclipse.swt.widgets.Group group)