HomeSort by relevance Sort by last modified time
    Searched defs:wizard (Results 1 - 5 of 5) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/actions/
ExportWizardAction.java 29 import org.eclipse.jface.wizard.WizardDialog;
70 // call the export wizard on the current selection.
71 ExportWizard wizard = new ExportWizard(); local
72 wizard.init(mWorkbench, selection);
74 mWorkbench.getDisplay().getActiveShell(), wizard);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringAction.java 120 * Create a new instance of our refactoring and a wizard to configure it.
125 RefactoringWizard wizard = new ExtractStringWizard(ref, mFile.getProject()); local
126 RefactoringWizardOpenOperation op = new RefactoringWizardOpenOperation(wizard);
128 op.run(mWindow.getShell(), wizard.getDefaultPageTitle());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ResourceChooser.java 195 RefactoringWizard wizard = new ExtractStringWizard(ref, mProject); local
196 RefactoringWizardOpenOperation op = new RefactoringWizardOpenOperation(wizard);
199 if (op.run(w.getDisplay().getActiveShell(), wizard.getDefaultPageTitle()) ==
ReferenceChooserDialog.java 267 RefactoringWizard wizard = new ExtractStringWizard(ref, mProject); local
268 RefactoringWizardOpenOperation op = new RefactoringWizardOpenOperation(wizard);
271 if (op.run(w.getDisplay().getActiveShell(), wizard.getDefaultPageTitle()) ==
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 30 milliseconds