Home | History | Annotate | Download | only in hierarchyviewer

Lines Matching refs:swt

24 import org.eclipse.swt.SWT;
25 import org.eclipse.swt.custom.CLabel;
26 import org.eclipse.swt.graphics.Image;
27 import org.eclipse.swt.layout.FillLayout;
28 import org.eclipse.swt.layout.GridData;
29 import org.eclipse.swt.layout.GridLayout;
30 import org.eclipse.swt.widgets.Composite;
31 import org.eclipse.swt.widgets.Control;
32 import org.eclipse.swt.widgets.Display;
33 import org.eclipse.swt.widgets.Label;
34 import org.eclipse.swt.widgets.Shell;
55 Composite control = new Composite(parent, SWT.NONE);
57 Composite imageControl = new Composite(control, SWT.BORDER);
60 Label imageLabel = new Label(imageControl, SWT.CENTER);
63 CLabel textLabel = new CLabel(control, SWT.NONE);