Home | History | Annotate | Download | only in sdkstats

Lines Matching refs:composite

30 import org.eclipse.swt.widgets.Composite;
95 protected void createButtonsForButtonBar(Composite parent) {
100 protected Control createDialogArea(Composite parent) {
101 Composite composite = (Composite) super.createDialogArea(parent);
102 composite.setLayout(new GridLayout(1, false));
104 final Label title = new Label(composite, SWT.CENTER | SWT.WRAP);
113 final Label notice = new Label(composite, SWT.WRAP);
120 final Label bodyText = new Label(composite, SWT.WRAP);
127 final Link privacyLink = new Link(composite, SWT.NONE);
136 final Button checkbox = new Button(composite, SWT.CHECK);
146 final Label footer = new Label(composite, SWT.WRAP);
153 return composite;