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

1 2 3 4 5 6 7

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateMetadata.java 16 package com.android.ide.eclipse.adt.internal.wizards.templates;
18 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard.ATTR_MIN_API;
19 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard.ATTR_MIN_BUILD_API;
20 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard.ATTR_REVISION;
21 import static com.android.ide.eclipse.adt.internal.wizards.templates.TemplateHandler.ATTR_BACKGROUND;
22 import static com.android.ide.eclipse.adt.internal.wizards.templates.TemplateHandler.ATTR_CLIPART_NAME;
23 import static com.android.ide.eclipse.adt.internal.wizards.templates.TemplateHandler.ATTR_DESCRIPTION;
24 import static com.android.ide.eclipse.adt.internal.wizards.templates.TemplateHandler.ATTR_FOREGROUND;
25 import static com.android.ide.eclipse.adt.internal.wizards.templates.TemplateHandler.ATTR_FORMAT;
26 import static com.android.ide.eclipse.adt.internal.wizards.templates.TemplateHandler.ATTR_NAME
    [all...]
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...]
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;
38 import org.eclipse.ui.wizards.newresource.BasicNewResourceWizard;
FmActivityToLayoutMethod.java 16 package com.android.ide.eclipse.adt.internal.wizards.templates;
18 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectPage.ACTIVITY_NAME_SUFFIX;
19 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectPage.LAYOUT_NAME_PREFIX;
FmLayoutToActivityMethod.java 16 package com.android.ide.eclipse.adt.internal.wizards.templates;
19 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectPage.ACTIVITY_NAME_SUFFIX;
20 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectPage.LAYOUT_NAME_PREFIX;
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
FmClassNameToResourceMethod.java 16 package com.android.ide.eclipse.adt.internal.wizards.templates;
18 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectPage.ACTIVITY_NAME_SUFFIX;
FmCamelCaseToUnderscoreMethod.java 16 package com.android.ide.eclipse.adt.internal.wizards.templates;
FmEscapeXmlAttributeMethod.java 16 package com.android.ide.eclipse.adt.internal.wizards.templates;
FmEscapeXmlStringMethod.java 16 package com.android.ide.eclipse.adt.internal.wizards.templates;
FmEscapeXmlTextMethod.java 16 package com.android.ide.eclipse.adt.internal.wizards.templates;
FmExtractLettersMethod.java 16 package com.android.ide.eclipse.adt.internal.wizards.templates;
FmSlashedPackageNameMethod.java 16 package com.android.ide.eclipse.adt.internal.wizards.templates;
FmUnderscoreToCamelCaseMethod.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/
NewProjectAction.java 17 package com.android.ide.eclipse.adt.internal.wizards.actions;
19 import com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard;
NewTestProjectAction.java 17 package com.android.ide.eclipse.adt.internal.wizards.actions;
19 import com.android.ide.eclipse.adt.internal.wizards.newproject.NewTestProjectWizard;
NewXmlFileAction.java 17 package com.android.ide.eclipse.adt.internal.wizards.actions;
19 import com.android.ide.eclipse.adt.internal.wizards.newxmlfile.NewXmlFileWizard;
  /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;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
NewSampleProjectWizard.java 16 package com.android.ide.eclipse.adt.internal.wizards.newproject;
18 import com.android.ide.eclipse.adt.internal.wizards.newproject.NewProjectWizardState.Mode;
NewTestProjectWizard.java 16 package com.android.ide.eclipse.adt.internal.wizards.newproject;
18 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
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/wizards/
NdkWizardHandler.java 17 package com.android.ide.eclipse.ndk.internal.wizards;
21 import org.eclipse.cdt.managedbuilder.ui.wizards.STDWizardHandler;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/
plugin.xml 158 id="com.android.ide.eclipse.wizards.category"
162 category="com.android.ide.eclipse.wizards.category"
163 class="com.android.ide.eclipse.adt.internal.wizards.newproject.ImportProjectWizard"
175 id="com.android.ide.eclipse.wizards.category"
179 category="com.android.ide.eclipse.wizards.category"
180 class="com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard"
194 category="com.android.ide.eclipse.wizards.category"
195 class="com.android.ide.eclipse.adt.internal.wizards.newproject.NewTestProjectWizard"
209 category="com.android.ide.eclipse.wizards.category"
210 class="com.android.ide.eclipse.adt.internal.wizards.newproject.NewSampleProjectWizard
    [all...]

Completed in 290 milliseconds

1 2 3 4 5 6 7