Searched refs:getShell (Results 1 - 25 of 126) sorted by relevance

123456

/sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/views/
H A DPixelPerfectView.java51 mm.add(SavePixelPerfectAction.getAction(getSite().getShell()));
53 mm.add(LoadOverlayAction.getAction(getSite().getShell()));
57 tm.add(SavePixelPerfectAction.getAction(getSite().getShell()));
59 tm.add(LoadOverlayAction.getAction(getSite().getShell()));
H A DTreeViewView.java71 mm.add(SaveTreeViewAction.getAction(getSite().getShell()));
72 mm.add(CapturePSDAction.getAction(getSite().getShell()));
75 mm.add(DisplayViewAction.getAction(getSite().getShell()));
83 tm.add(SaveTreeViewAction.getAction(getSite().getShell()));
84 tm.add(CapturePSDAction.getAction(getSite().getShell()));
87 tm.add(DisplayViewAction.getAction(getSite().getShell()));
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
H A DChangeLayoutAction.java37 op.run(mWindow.getShell(), wizard.getDefaultPageTitle());
H A DChangeViewAction.java37 op.run(mWindow.getShell(), wizard.getDefaultPageTitle());
H A DExtractIncludeAction.java37 op.run(mWindow.getShell(), wizard.getDefaultPageTitle());
H A DExtractStyleAction.java37 op.run(mWindow.getShell(), wizard.getDefaultPageTitle());
H A DUnwrapAction.java37 op.run(mWindow.getShell(), wizard.getDefaultPageTitle());
H A DUseCompoundDrawableAction.java37 op.run(mWindow.getShell(), wizard.getDefaultPageTitle());
H A DWrapInAction.java37 op.run(mWindow.getShell(), wizard.getDefaultPageTitle());
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
H A DFlagValueCellEditor.java42 return mUiFlagAttribute.showDialog(cellEditorWindow.getShell(), currentValue);
H A DResourceValueCellEditor.java43 return mUiResourceAttribute.showDialog(cellEditorWindow.getShell(), currentValue);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/actions/
H A DOpenWizardAction.java140 Shell parent = window.getShell();
149 Point defaultSize = dialog.getShell().getSize();
150 dialog.getShell().setSize(
153 window.getWorkbench().getHelpSystem().setHelp(dialog.getShell(),
H A DExportAction.java44 mShell = targetPart.getSite().getShell();
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
H A DUpdaterBaseDialog.java60 Shell shell = getShell();
68 Button close = new Button(getShell(), SWT.PUSH);
/sdk/uiautomatorviewer/src/com/android/uiautomator/actions/
H A DScreenshotAction.java66 MessageDialog.openError(mViewer.getShell(),
77 ProgressMonitorDialog dialog = new ProgressMonitorDialog(mViewer.getShell());
102 mViewer.getShell().getDisplay().syncExec(new Runnable() {
107 mViewer.getShell(), "Error", "Error obtaining UI hierarchy", s);
115 MessageDialog.openError(mViewer.getShell(),
122 DevicePickerDialog dlg = new DevicePickerDialog(mViewer.getShell(), devices);
/sdk/hierarchyviewer2/app/src/com/android/hierarchyviewer/
H A DHierarchyViewerApplication.java180 if (!getShell().isDisposed()) {
197 getShell().setSize(Math.min(monitorArea.width, INITIAL_WIDTH),
199 getShell().setLocation(monitorArea.x + (monitorArea.width - INITIAL_WIDTH) / 2,
381 new ActionButton(innerButtonPanel, SaveTreeViewAction.getAction(getShell()));
385 new ActionButton(innerButtonPanel, CapturePSDAction.getAction(getShell()));
393 new ActionButton(innerButtonPanel, DisplayViewAction.getAction(getShell()));
501 new ActionButton(innerButtonPanel, SavePixelPerfectAction.getAction(getShell()));
513 new ActionButton(innerButtonPanel, LoadOverlayAction.getAction(getShell()));
611 getShell().getDisplay(),
613 AboutAction.getAction(getShell()),
[all...]
H A DAboutDialog.java67 getShell().setText("About...");
68 getShell().setImage(mSmallImage);
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
H A DSdkLocationChooserDialog.java53 getShell().setText(TITLE);
80 DirectoryDialog dlg = new DirectoryDialog(getShell(), SWT.OPEN);
92 mStatusLabel.setForeground(getShell().getDisplay().getSystemColor(SWT.COLOR_RED));
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/
H A DSaveImageAction.java44 FileDialog fd = new FileDialog(mImageCanvas.getShell(), SWT.SAVE);
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/actions/
H A DAddNativeAction.java53 WizardDialog dialog = new WizardDialog(mPart.getSite().getShell(), wizard);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
H A DLocaleMenuListener.java68 Shell shell = mConfigChooser.getShell();
78 Menu menu = new Menu(chooser.getShell(), SWT.POP_UP);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/
H A DWelcomeWizard.java108 getShell().getDisplay().asyncExec(new Runnable() {
158 shell = window.getShell();
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/ui/
H A DSwtBaseDialog.java133 * Creates the content and attaches it to the current shell (cf. {@link #getShell()}).
185 protected Shell getShell() { method in class:SwtBaseDialog
199 getShell().close();
/sdk/sdkstats/src/com/android/sdkstats/
H A DSdkStatsPermissionDialog.java109 title.setFont(new Font(getShell().getDisplay(), fontdata));
115 notice.setForeground(new Color(getShell().getDisplay(), 255, 0, 0));
/sdk/ddms/app/src/com/android/ddms/
H A DDropdownSelectionListener.java43 mMenu = new Menu(item.getParent().getShell(), SWT.POP_UP);

Completed in 6184 milliseconds

123456