Home
last modified time | relevance | path

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

12

/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/actions/
DOpenWizardAction.java137 Shell parent = window.getShell(); in run()
146 Point defaultSize = dialog.getShell().getSize(); in run()
147 dialog.getShell().setSize( in run()
150 window.getWorkbench().getHelpSystem().setHelp(dialog.getShell(), in run()
/development/tools/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()
DSectionHelper.java297 final DefaultInformationControl ic = new DefaultInformationControl(control.getShell()); in addControlTooltip()
/development/tools/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
DUpdaterWindowImpl.java215 private Shell getShell() { in getShell() method in UpdaterWindowImpl
253 mUpdaterData.setWindowShell(getShell()); in postCreate()
254 mTaskFactory = new ProgressTaskFactory(getShell()); in postCreate()
256 mUpdaterData.setImageFactory(new ImageFactory(getShell().getDisplay())); in postCreate()
DLocalPackagesPage.java282 if (MessageDialog.openQuestion(getShell(), title, msg)) { in onDeleteSelected()
296 MessageDialog.openError(getShell(), title, error); in onDeleteSelected()
DUpdateChooserDialog.java283 getShell().setText("Choose Packages to Install"); in create()
320 getShell().setImage(imgFactory.getImageByName(imageName)); in setWindowImage()
350 sLastSize = getShell().getSize(); in close()
DRemotePackagesPage.java333 InputDialog dlg = new InputDialog(getShell(), title, msg, null, new IInputValidator() { in onAddSiteSelected()
380 if (MessageDialog.openQuestion(getShell(), title, msg)) { in onRemoveSiteSelected()
/development/tools/ddms/libs/ddmuilib/src/com/android/ddmuilib/explorer/
DDeviceExplorer.java480 FileDialog fileDialog = new FileDialog(mParent.getShell(), SWT.SAVE); in pullSelection()
493 DirectoryDialog directoryDialog = new DirectoryDialog(mParent.getShell(), SWT.SAVE); in pullSelection()
520 FileDialog dlg = new FileDialog(mParent.getShell(), SWT.OPEN); in pushIntoSelection()
657 new ProgressMonitorDialog(mParent.getShell()).run(true, true, in pullSelection()
690 new ProgressMonitorDialog(mParent.getShell()).run(true, true, in pullFile()
722 new ProgressMonitorDialog(mParent.getShell()).run(true, true, in pushFiles()
754 new ProgressMonitorDialog(mParent.getShell()).run(true, true, in pushFile()
/development/tools/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/wizards/newproject/
DStubProjectWizard.java82 public Shell getShell() { in getContainer() method in StubProjectWizard
/development/tools/ddms/app/src/com/android/ddms/
DDropdownSelectionListener.java43 mMenu = new Menu(item.getParent().getShell(), SWT.POP_UP); in DropdownSelectionListener()
/development/tools/sdkmanager/app/src/com/android/sdkmanager/internal/repository/
DAboutPage.java58 Image img = new Image(parent.getShell().getDisplay(), imageStream); in createContents()
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
DKeystoreSelectionPage.java91 fileDialog = new FileDialog(browseButton.getShell(),SWT.OPEN); in createControl()
94 fileDialog = new FileDialog(browseButton.getShell(),SWT.SAVE); in createControl()
DProjectCheckPage.java74 mProjectChooserHelper = new ProjectChooserHelper(parent.getShell()); in createControl()
/development/tools/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
DHardwarePropertyChooser.java115 getShell().pack(); in processSelection()
DAvdSelector.java812 AvdCreationDialog dlg = new AvdCreationDialog(mTable.getShell(), mAvdManager, in onNew()
822 AvdDetailsDialog dlg = new AvdDetailsDialog(mTable.getShell(), avdInfo); in onDetails()
897 mTable.getShell(), in onManager()
912 AvdStartDialog dialog = new AvdStartDialog(mTable.getShell(), avdInfo, mOsSdkPath, in onStart()
943 new ProgressTask(mTable.getShell(), in onStart()
DAvdCreationDialog.java190 Point p = getShell().getSize(); in create()
194 getShell().setSize(p); in create()
200 getShell().setText("Create new AVD"); in createContents()
360 HardwarePropertyChooser dialog = new HardwarePropertyChooser(parent.getShell(), in createDialogContent()
596 FileDialog dlg = new FileDialog(getContents().getShell(), SWT.OPEN); in onBrowseSdCard()
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
DExtractStringAction.java128 op.run(mWindow.getShell(), wizard.getDefaultPageTitle()); in run()
/development/tools/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
DEventLogPanel.java151 FileDialog fileDialog = new FileDialog(mParent.getShell(), SWT.SAVE); in setActions()
168 FileDialog fileDialog = new FileDialog(mParent.getShell(), SWT.OPEN); in setActions()
182 FileDialog fileDialog = new FileDialog(mParent.getShell(), SWT.OPEN); in setActions()
206 EventDisplayOptions dialog = new EventDisplayOptions(mImageLoader, mParent.getShell()); in openOptionPanel()
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
DUiPropertySheetPage.java109 Shell shell = tree.getShell(); in setupTooltip()
DUiContentOutlinePage.java95 mUiActions.doAdd(node, viewer.getControl().getShell()); in UiContentOutlinePage()
106 mUiActions.doRemove(nodes, viewer.getControl().getShell()); in UiContentOutlinePage()
549 Shell shell = tree.getShell(); in setupTooltip()
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
DConfigManagerDialog.java287 ConfigEditDialog dlg = new ConfigEditDialog(parent.getShell(), null); in createDialogContent()
336 ConfigEditDialog dlg = new ConfigEditDialog(parent.getShell(), null); in createDialogContent()
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
DUiResourceAttributeNode.java110 String result = showDialog(parent.getShell(), text.getText().trim()); in createUiControl()
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
DNewProjectWizard.java521 MessageDialog.openError(getShell(), "Error", "Error: Case Variant Exists"); in runAsyncOperation()
523 ErrorDialog.openError(getShell(), "Error", null, core.getStatus()); in runAsyncOperation()
527 MessageDialog.openError(getShell(), "Error", t.getMessage()); in runAsyncOperation()
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
DAndroidJUnitLaunchConfigurationTab.java131 mProjectChooserHelper = new ProjectChooserHelper(parent.getShell()); in createControl()
502 Shell shell = getShell(); in handleSearchButtonSelected()
859 ElementTreeSelectionDialog dialog = new ElementTreeSelectionDialog(getShell(), in chooseContainer()

12