HomeSort by relevance Sort by last modified time
    Searched full:getshell (Results 1 - 25 of 233) sorted by null

1 2 3 4 5 6 7 8 910

  /sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/views/
TreeViewView.java 72 mm.add(SaveTreeViewAction.getAction(getSite().getShell()));
73 mm.add(CapturePSDAction.getAction(getSite().getShell()));
76 mm.add(DisplayViewAction.getAction(getSite().getShell()));
85 tm.add(SaveTreeViewAction.getAction(getSite().getShell()));
86 tm.add(CapturePSDAction.getAction(getSite().getShell()));
89 tm.add(DisplayViewAction.getAction(getSite().getShell()));
PixelPerfectView.java 51 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()));
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
SdkLocationChooserDialog.java 55 getShell().setText(TITLE);
82 DirectoryDialog dlg = new DirectoryDialog(getShell(), SWT.OPEN);
94 mStatusLabel.setForeground(getShell().getDisplay().getSystemColor(SWT.COLOR_RED));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/actions/
OpenWizardAction.java 140 Shell parent = window.getShell();
149 Point defaultSize = dialog.getShell().getSize();
150 dialog.getShell().setSize(
153 window.getWorkbench().getHelpSystem().setHelp(dialog.getShell(),
ExportAction.java 44 mShell = targetPart.getSite().getShell();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
LocaleMenuListener.java 69 Shell shell = mConfigChooser.getShell();
79 Menu menu = new Menu(chooser.getShell(), SWT.POP_UP);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeLayoutAction.java 37 op.run(mWindow.getShell(), wizard.getDefaultPageTitle());
ChangeViewAction.java 37 op.run(mWindow.getShell(), wizard.getDefaultPageTitle());
ExtractIncludeAction.java 37 op.run(mWindow.getShell(), wizard.getDefaultPageTitle());
ExtractStyleAction.java 37 op.run(mWindow.getShell(), wizard.getDefaultPageTitle());
UnwrapAction.java 37 op.run(mWindow.getShell(), wizard.getDefaultPageTitle());
UseCompoundDrawableAction.java 37 op.run(mWindow.getShell(), wizard.getDefaultPageTitle());
WrapInAction.java 37 op.run(mWindow.getShell(), wizard.getDefaultPageTitle());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
FlagValueCellEditor.java 42 return mUiFlagAttribute.showDialog(cellEditorWindow.getShell(), currentValue);
ResourceValueCellEditor.java 43 return mUiResourceAttribute.showDialog(cellEditorWindow.getShell(), currentValue);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/
SaveImageAction.java 44 FileDialog fd = new FileDialog(mImageCanvas.getShell(), SWT.SAVE);
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/actions/
SdkManagerAction.java 51 window.getShell(),
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/actions/
AddNativeAction.java 53 WizardDialog dialog = new WizardDialog(mPart.getSite().getShell(), wizard);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/renamepackage/
RenamePackageAction.java 105 if (save_helper.saveEditors(AdtPlugin.getShell())) {
145 InputDialog dialog = new InputDialog(AdtPlugin.getShell(),
168 op.run(AdtPlugin.getShell(), package_name_refactoring.getName());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
AvdManagerAction.java 58 AdtPlugin.getShell(),
SdkManagerAction.java 102 Display display = getShell() == null ? null : getShell().getDisplay();
139 new CloseableProgressMonitorDialog(AdtPlugin.getShell());
264 AdtPlugin.getShell(),
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ExportScreenshotAction.java 45 Shell shell = AdtPlugin.getShell();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/
GradleExportWizard.java 91 page.getShell(),
  /build/kati/
eval.h 89 string GetShell();
exec.cc 48 shell_ = ev->GetShell();

Completed in 389 milliseconds

1 2 3 4 5 6 7 8 910