Home | History | Annotate | Download | only in ddms

Lines Matching refs:Display

32 import org.eclipse.swt.widgets.Display;
60 * Prepare and display the dialog.
72 Display display = parent.getDisplay();
74 if (!display.readAndDispatch())
75 display.sleep();
84 * This depends on Display, so I'm not sure what the rules are for
95 Display display = shell.getDisplay();
96 return ImageLoader.createPlaceHolderArt(display, 100, 50,
97 display.getSystemColor(SWT.COLOR_BLUE));