HomeSort by relevance Sort by last modified time
    Searched defs:wizards (Results 26 - 50 of 90) sorted by null

12 3 4

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/wizards/templates/
FmEscapeXmlAttributeMethodTest.java 16 package com.android.ide.eclipse.adt.internal.wizards.templates;
FmLayoutToActivityMethodTest.java 16 package com.android.ide.eclipse.adt.internal.wizards.templates;
FmSlashedPackageNameMethodTest.java 16 package com.android.ide.eclipse.adt.internal.wizards.templates;
FmUnderscoreToCamelCaseMethodTest.java 16 package com.android.ide.eclipse.adt.internal.wizards.templates;
FmClassNameToResourceMethodTest.java 16 package com.android.ide.eclipse.adt.internal.wizards.templates;
FmEscapeXmlStringMethodTest.java 16 package com.android.ide.eclipse.adt.internal.wizards.templates;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/actions/
ExportWizardAction.java 17 package com.android.ide.eclipse.adt.internal.wizards.actions;
22 import com.android.ide.eclipse.adt.internal.wizards.export.ExportWizard;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/
ExportMessages.java 17 package com.android.ide.eclipse.adt.internal.wizards.exportgradle;
23 "com.android.ide.eclipse.adt.internal.wizards.exportgradle.ExportMessages";//$NON-NLS-1$
ExportStatus.java 17 package com.android.ide.eclipse.adt.internal.wizards.exportgradle;
FinalPage.java 17 package com.android.ide.eclipse.adt.internal.wizards.exportgradle;
19 import com.android.ide.eclipse.adt.internal.wizards.exportgradle.ExportStatus.FileStatus;
GradleExportWizard.java 17 package com.android.ide.eclipse.adt.internal.wizards.exportgradle;
GradleModule.java 17 package com.android.ide.eclipse.adt.internal.wizards.exportgradle;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
ImportProjectWizard.java 16 package com.android.ide.eclipse.adt.internal.wizards.newproject;
23 import com.android.ide.eclipse.adt.internal.wizards.newproject.NewProjectWizardState.Mode;
WorkingSetGroup.java 12 package com.android.ide.eclipse.adt.internal.wizards.newproject;
15 import org.eclipse.jdt.internal.ui.wizards.NewWizardMessages;
28 * org.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne$WorkingSetGroup
FileStoreAdapter.java 17 package com.android.ide.eclipse.adt.internal.wizards.newproject;
NewProjectWizard.java 16 package com.android.ide.eclipse.adt.internal.wizards.newproject;
23 import com.android.ide.eclipse.adt.internal.wizards.newproject.NewProjectWizardState.Mode;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
UpdateToolsPage.java 16 package com.android.ide.eclipse.adt.internal.wizards.templates;
CreateFileChange.java 17 package com.android.ide.eclipse.adt.internal.wizards.templates;
NewActivityWizard.java 16 package com.android.ide.eclipse.adt.internal.wizards.templates;
18 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard.ATTR_BUILD_API;
19 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard.ATTR_MIN_API;
20 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard.ATTR_MIN_API_LEVEL;
21 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard.ATTR_PACKAGE_NAME;
22 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard.ATTR_TARGET_API;
NewProjectWizardState.java 17 package com.android.ide.eclipse.adt.internal.wizards.templates;
19 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard.CATEGORY_PROJECTS;
97 // Delegated wizards
NewTemplateWizard.java 16 package com.android.ide.eclipse.adt.internal.wizards.templates;
18 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard.ATTR_BUILD_API;
19 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard.ATTR_MIN_API;
20 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard.ATTR_MIN_API_LEVEL;
21 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard.ATTR_PACKAGE_NAME;
22 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard.ATTR_TARGET_API;
37 import org.eclipse.ui.wizards.newresource.BasicNewResourceWizard;
NewTemplateWizardState.java 17 package com.android.ide.eclipse.adt.internal.wizards.templates;
19 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard.ATTR_BUILD_API;
20 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard.ATTR_COPY_ICONS;
21 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard.ATTR_MIN_API;
22 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard.ATTR_MIN_API_LEVEL;
23 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard.ATTR_PACKAGE_NAME;
24 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard.ATTR_TARGET_API;
25 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard.IS_LIBRARY_PROJECT;
26 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard.IS_NEW_PROJECT;
27 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewTemplateWizard.BLANK_ACTIVITY
    [all...]
StringEvaluator.java 17 package com.android.ide.eclipse.adt.internal.wizards.templates;
TemplateWizard.java 16 package com.android.ide.eclipse.adt.internal.wizards.templates;
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/wizards/
AddNativeWizardPage.java 17 package com.android.ide.eclipse.ndk.internal.wizards;

Completed in 377 milliseconds

12 3 4