/sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/views/ |
D | PixelPerfectView.java | 51 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()
|
D | TreeViewView.java | 72 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/ |
D | OpenWizardAction.java | 140 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/ |
D | SdkLocationChooserDialog.java | 55 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/ |
D | SdkManagerAction.java | 102 Display display = getShell() == null ? null : getShell().getDisplay(); in changeCancelToClose() 139 new CloseableProgressMonitorDialog(AdtPlugin.getShell()); in openExternalSdkManager() 264 AdtPlugin.getShell(), in openAdtSdkManager()
|
D | AvdManagerAction.java | 58 AdtPlugin.getShell(), in run()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/renamepackage/ |
D | RenamePackageAction.java | 105 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/ |
D | WelcomeWizard.java | 120 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/ |
D | LocaleMenuListener.java | 69 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/ |
D | FlagValueCellEditor.java | 42 return mUiFlagAttribute.showDialog(cellEditorWindow.getShell(), currentValue); in openDialogBox()
|
D | ResourceValueCellEditor.java | 43 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/ |
D | ExtractIncludeAction.java | 37 op.run(mWindow.getShell(), wizard.getDefaultPageTitle()); in run()
|
D | UseCompoundDrawableAction.java | 37 op.run(mWindow.getShell(), wizard.getDefaultPageTitle()); in run()
|
D | ExtractStyleAction.java | 37 op.run(mWindow.getShell(), wizard.getDefaultPageTitle()); in run()
|
D | UnwrapAction.java | 37 op.run(mWindow.getShell(), wizard.getDefaultPageTitle()); in run()
|
D | ChangeLayoutAction.java | 37 op.run(mWindow.getShell(), wizard.getDefaultPageTitle()); in run()
|
D | ChangeViewAction.java | 37 op.run(mWindow.getShell(), wizard.getDefaultPageTitle()); in run()
|
D | WrapInAction.java | 37 op.run(mWindow.getShell(), wizard.getDefaultPageTitle()); in run()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/ |
D | SaveImageAction.java | 44 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/ |
D | AddNativeAction.java | 53 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/ |
D | SdkManagerAction.java | 51 window.getShell(), in run()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | ExportScreenshotAction.java | 45 Shell shell = AdtPlugin.getShell(); in run()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
D | XmlPropertyEditor.java | 336 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/ |
D | RenameResourceXmlTextAction.java | 119 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/ |
D | KeystoreSelectionPage.java | 92 fileDialog = new FileDialog(browseButton.getShell(),SWT.OPEN); in createControl() 95 fileDialog = new FileDialog(browseButton.getShell(),SWT.SAVE); in createControl()
|