Lines Matching refs:Control
83 import org.eclipse.swt.widgets.Control;
218 protected Control createContents(Composite parent) {
230 Composite control = new Composite(parent, SWT.NONE);
234 control.setLayout(mainLayout);
235 mMainWindow = new Composite(control, SWT.NONE);
244 buildStatusBar(control);
248 return control;
287 // Tree View control panel...