Home | History | Annotate | Download | only in refactoring

Lines Matching refs:composite

29 import org.eclipse.swt.widgets.Composite;
62 public void createControl(Composite parent) {
63 Composite composite = new Composite(parent, SWT.NONE);
64 composite.setLayout(new GridLayout(2, false));
66 Label nameLabel = new Label(composite, SWT.NONE);
70 mNameText = new Text(composite, SWT.BORDER);
74 mReplaceAllOccurrences = new Button(composite, SWT.CHECK);
88 setControl(composite);