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

12

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/renamepackage/
RenamePackageAction.java 114 * Validate the new package name and start the refactoring wizard
164 ApplicationPackageNameRefactoringWizard wizard = local
166 RefactoringWizardOpenOperation op = new RefactoringWizardOpenOperation(wizard);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateHandlerTest.java 734 NewProjectWizard wizard = new NewProjectWizard(); local
735 wizard.setValues(values);
736 wizard.performFinish(new NullProgressMonitor());
742 IProject project = wizard.getProject();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ReferenceChooserDialog.java 299 RefactoringWizard wizard = new ExtractStringWizard(ref, mProject); local
300 RefactoringWizardOpenOperation op = new RefactoringWizardOpenOperation(wizard);
303 if (op.run(w.getDisplay().getActiveShell(), wizard.getDefaultPageTitle()) ==
ResourceChooser.java 475 // Special case: Use Extract String refactoring wizard UI
479 // Special case: Use the "Create Icon Set" wizard
703 RefactoringWizard wizard = new ExtractStringWizard(ref, mProject); local
704 RefactoringWizardOpenOperation op = new RefactoringWizardOpenOperation(wizard);
707 if (op.run(w.getDisplay().getActiveShell(), wizard.getDefaultPageTitle()) ==
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
InstallDependencyPage.java 26 import org.eclipse.jface.wizard.IWizard;
27 import org.eclipse.jface.wizard.IWizardPage;
28 import org.eclipse.jface.wizard.WizardPage;
153 IWizard wizard = getWizard(); local
154 IWizardPage next = wizard.getNextPage(this);
156 wizard.getContainer().showPage(next);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
org.eclipse.jface.databinding_1.4.0.I20100601-0800.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.6.2.M20110210-1200.jar 
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 131 milliseconds

12