Home | History | Annotate | Download | only in welcome

Lines Matching defs:shell

29 import org.eclipse.swt.widgets.Shell;
164 // Get a shell to use for the SDK installation. There are cases where getActiveShell
167 Shell shell = display.getActiveShell();
168 if (shell == null) {
172 shell = window.getShell();
176 if (shell == null) {
177 shell = new Shell(display);
178 AdtPlugin.log(IStatus.WARNING, "No parent shell for SDK installation dialog");
183 shell,
197 shell.dispose();