OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wizards
(Results
1 - 25
of
97
) sorted by null
1
2
3
4
/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;
/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.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/src/com/android/ide/eclipse/adt/internal/wizards/templates/
FmSlashedPackageNameMethod.java
16
package com.android.ide.eclipse.adt.internal.
wizards
.templates;
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;
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
...]
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;
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;
FmUnderscoreToCamelCaseMethod.java
16
package 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
...]
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;
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;
FmExtractLettersMethod.java
16
package com.android.ide.eclipse.adt.internal.
wizards
.templates;
TemplatePreviewPage.java
16
package com.android.ide.eclipse.adt.internal.
wizards
.templates;
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/wizards/templates/
FmActivityToLayoutMethodTest.java
16
package com.android.ide.eclipse.adt.internal.
wizards
.templates;
FmCamelCaseToUnderscoreMethodTest.java
16
package com.android.ide.eclipse.adt.internal.
wizards
.templates;
FmClassNameToResourceMethodTest.java
16
package com.android.ide.eclipse.adt.internal.
wizards
.templates;
Completed in 255 milliseconds
1
2
3
4