Home | History | Annotate | Download | only in gldebugger

Lines Matching refs:composite

54 import org.eclipse.swt.widgets.Composite;
150 private void createLeftPane(Composite parent) {
151 Composite composite = new Composite(parent, 0);
155 composite.setLayout(gridLayout);
156 composite.setLayoutData(new GridData(GridData.FILL_BOTH));
159 Label l = new Label(composite, SWT.NONE);
162 mFrameScale = new Scale(composite, SWT.BORDER | SWT.HORIZONTAL);
181 mFrameNumberspinner = new Spinner(composite, SWT.BORDER);
197 mViewer = new ListViewer(composite, SWT.DEFAULT);
222 public void createPartControl(Composite parent) {