Home | History | Annotate | Download | only in wizards

Lines Matching refs:composite

26 import org.eclipse.swt.widgets.Composite;

54 public void createControl(Composite parent) {
55 Composite container = new Composite(parent, SWT.NULL);
62 Composite composite = new Composite(container, SWT.NONE);
63 composite.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, true, false, 1, 1));
64 composite.setLayout(new GridLayout(3, false));
66 Label lblLib = new Label(composite, SWT.NONE);
69 libraryNameText = new Text(composite, SWT.BORDER);
73 Label lblso = new Label(composite, SWT.NONE);