Home
last modified time | relevance | path

Searched refs:getShell (Results 1 – 25 of 110) sorted by relevance

12345

/sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/views/
DPixelPerfectView.java51 mm.add(SavePixelPerfectAction.getAction(getSite().getShell())); in placeActions()
53 mm.add(LoadOverlayAction.getAction(getSite().getShell())); in placeActions()
57 tm.add(SavePixelPerfectAction.getAction(getSite().getShell())); in placeActions()
59 tm.add(LoadOverlayAction.getAction(getSite().getShell())); in placeActions()
DTreeViewView.java72 mm.add(SaveTreeViewAction.getAction(getSite().getShell())); in placeActions()
73 mm.add(CapturePSDAction.getAction(getSite().getShell())); in placeActions()
76 mm.add(DisplayViewAction.getAction(getSite().getShell())); in placeActions()
85 tm.add(SaveTreeViewAction.getAction(getSite().getShell())); in placeActions()
86 tm.add(CapturePSDAction.getAction(getSite().getShell())); in placeActions()
89 tm.add(DisplayViewAction.getAction(getSite().getShell())); in placeActions()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/actions/
DOpenWizardAction.java140 Shell parent = window.getShell(); in run()
149 Point defaultSize = dialog.getShell().getSize(); in run()
150 dialog.getShell().setSize( in run()
153 window.getWorkbench().getHelpSystem().setHelp(dialog.getShell(), in run()
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
DSdkLocationChooserDialog.java55 getShell().setText(TITLE); in createDialogArea()
82 DirectoryDialog dlg = new DirectoryDialog(getShell(), SWT.OPEN); in createDialogArea()
94 mStatusLabel.setForeground(getShell().getDisplay().getSystemColor(SWT.COLOR_RED)); in createDialogArea()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
DSdkManagerAction.java102 Display display = getShell() == null ? null : getShell().getDisplay(); in changeCancelToClose()
139 new CloseableProgressMonitorDialog(AdtPlugin.getShell()); in openExternalSdkManager()
264 AdtPlugin.getShell(), in openAdtSdkManager()
DAvdManagerAction.java58 AdtPlugin.getShell(), in run()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/renamepackage/
DRenamePackageAction.java105 if (save_helper.saveEditors(AdtPlugin.getShell())) { in run()
145 InputDialog dialog = new InputDialog(AdtPlugin.getShell(), in promptNewName()
168 op.run(AdtPlugin.getShell(), package_name_refactoring.getName()); in initiateAndroidPackageRefactoring()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/
DWelcomeWizard.java120 getShell().getDisplay().asyncExec(new Runnable() { in performFinish()
172 shell = window.getShell(); in installSdk()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
DLocaleMenuListener.java69 Shell shell = mConfigChooser.getShell(); in widgetSelected()
79 Menu menu = new Menu(chooser.getShell(), SWT.POP_UP); in show()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
DFlagValueCellEditor.java42 return mUiFlagAttribute.showDialog(cellEditorWindow.getShell(), currentValue); in openDialogBox()
DResourceValueCellEditor.java43 return mUiResourceAttribute.showDialog(cellEditorWindow.getShell(), currentValue); in openDialogBox()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DExtractIncludeAction.java37 op.run(mWindow.getShell(), wizard.getDefaultPageTitle()); in run()
DUseCompoundDrawableAction.java37 op.run(mWindow.getShell(), wizard.getDefaultPageTitle()); in run()
DExtractStyleAction.java37 op.run(mWindow.getShell(), wizard.getDefaultPageTitle()); in run()
DUnwrapAction.java37 op.run(mWindow.getShell(), wizard.getDefaultPageTitle()); in run()
DChangeLayoutAction.java37 op.run(mWindow.getShell(), wizard.getDefaultPageTitle()); in run()
DChangeViewAction.java37 op.run(mWindow.getShell(), wizard.getDefaultPageTitle()); in run()
DWrapInAction.java37 op.run(mWindow.getShell(), wizard.getDefaultPageTitle()); in run()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/
DSaveImageAction.java44 FileDialog fd = new FileDialog(mImageCanvas.getShell(), SWT.SAVE); in run()
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/actions/
DAddNativeAction.java53 WizardDialog dialog = new WizardDialog(mPart.getSite().getShell(), wizard); in run()
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/actions/
DSdkManagerAction.java51 window.getShell(), in run()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DExportScreenshotAction.java45 Shell shell = AdtPlugin.getShell(); in run()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
DXmlPropertyEditor.java336 Shell shell = AdtPlugin.getShell(); in setEditorText()
426 new FlagXmlPropertyDialog(propertyTable.getShell(), in openDialog()
437 new FlagXmlPropertyDialog(propertyTable.getShell(), in openDialog()
471 Shell shell = AdtPlugin.getShell(); in openDialog()
520 new StringXmlPropertyDialog(propertyTable.getShell(), property); in openDialog()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
DRenameResourceXmlTextAction.java119 Shell shell = mEditor.getSite().getShell(); in run()
144 op.run(window.getShell(), wizard.getDefaultPageTitle()); in run()
153 MessageDialog.openInformation(mEditor.getSite().getShell(), in run()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
DKeystoreSelectionPage.java92 fileDialog = new FileDialog(browseButton.getShell(),SWT.OPEN); in createControl()
95 fileDialog = new FileDialog(browseButton.getShell(),SWT.SAVE); in createControl()

12345