HomeSort by relevance Sort by last modified time
    Searched defs:getShell (Results 1 - 25 of 50) sorted by null

1 2

  /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());
RefactoringAssistant.java 285 op.run(window.getShell(), wizard.getDefaultPageTitle());
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
CharacterPropertyEditor.java 71 DesignerPlugin.getShell(),
DoubleObjectPropertyEditor.java 83 DesignerPlugin.getShell(),
DoublePropertyEditor.java 75 DesignerPlugin.getShell(),
FloatPropertyEditor.java 74 DesignerPlugin.getShell(),
IntegerObjectPropertyEditor.java 83 DesignerPlugin.getShell(),
IntegerPropertyEditor.java 75 DesignerPlugin.getShell(),
LongObjectPropertyEditor.java 83 DesignerPlugin.getShell(),
LongPropertyEditor.java 74 DesignerPlugin.getShell(),
ShortObjectPropertyEditor.java 83 DesignerPlugin.getShell(),
ShortPropertyEditor.java 74 DesignerPlugin.getShell(),
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
ExtractStringFix.java 76 op.run(window.getShell(), wizard.getDefaultPageTitle());
UseCompoundDrawableDetectorFix.java 90 op.run(window.getShell(), wizard.getDefaultPageTitle());
RemoveUselessViewFix.java 81 op.run(window.getShell(), wizard.getDefaultPageTitle());
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/
DesignerPlugin.java 150 public static Shell getShell() {
152 return getActiveWorkbenchWindow().getShell();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
ConvertSwitchDialog.java 118 MessageDialog.openError(getShell(), "Browser Error", message);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringAction.java 132 op.run(mWindow.getShell(), wizard.getDefaultPageTitle());
ExtractStringProposal.java 69 op.run(window.getShell(), wizard.getDefaultPageTitle());

Completed in 4960 milliseconds

1 2