Home | History | Annotate | Download | only in ui

Lines Matching defs:shell

71 import org.eclipse.swt.widgets.Shell;
147 * @param parent the parent shell
154 @NonNull Shell parent) {
185 Shell parent = editor.getCanvasControl().getShell();
210 * @param parent the target shell
218 @NonNull Shell parent) {
644 Shell shell = AdtPlugin.getShell();
645 if (shell == null) {
677 Shell shell = AdtPlugin.getShell();
678 if (shell == null) {
681 NameValueDialog dialog = new NameValueDialog(shell, getFilter());
843 public NameValueDialog(Shell parent, String initialName) {