OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NewProjectWizard
(Results
1 - 17
of
17
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/actions/
NewProjectAction.java
19
import com.android.ide.eclipse.adt.internal.wizards.templates.
NewProjectWizard
;
34
return new
NewProjectWizard
();
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
NewSampleProjectWizard.java
25
public class NewSampleProjectWizard extends
NewProjectWizard
{
NewTestProjectWizard.java
23
* This is really the {@link
NewProjectWizard
} that only displays the "test project" pages.
25
public class NewTestProjectWizard extends
NewProjectWizard
{
NewProjectWizard.java
45
public class
NewProjectWizard
extends Wizard implements INewWizard {
57
public
NewProjectWizard
() {
61
protected
NewProjectWizard
(Mode mode) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
NewTemplateWizardState.java
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;
NewActivityWizard.java
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;
NewTemplateWizard.java
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
19
import static com.android.ide.eclipse.adt.internal.wizards.templates.
NewProjectWizard
.CATEGORY_PROJECTS;
32
* {@link
NewProjectWizard
}
ActivityPage.java
18
import static com.android.ide.eclipse.adt.internal.wizards.templates.
NewProjectWizard
.CATEGORY_ACTIVITIES;
19
import static com.android.ide.eclipse.adt.internal.wizards.templates.
NewProjectWizard
.CATEGORY_OTHER;
20
import static com.android.ide.eclipse.adt.internal.wizards.templates.
NewProjectWizard
.IS_LAUNCHER;
TemplateMetadata.java
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;
NewProjectWizard.java
61
public class
NewProjectWizard
extends TemplateWizard {
Parameter.java
18
import static com.android.ide.eclipse.adt.internal.wizards.templates.
NewProjectWizard
.ATTR_PACKAGE_NAME;
NewTemplatePage.java
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_BUILD_API;
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiManifestPkgAttrNode.java
31
import com.android.ide.eclipse.adt.internal.wizards.newproject.
NewProjectWizard
;
299
NewProjectWizard
npw = (
NewProjectWizard
) npwAction.getWizard();
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
CreateAssetSetWizardState.java
18
import static com.android.ide.eclipse.adt.internal.wizards.templates.
NewProjectWizard
.DEFAULT_LAUNCHER_ICON;
ConfigureAssetSetPage.java
19
import static com.android.ide.eclipse.adt.internal.wizards.templates.
NewProjectWizard
.DEFAULT_LAUNCHER_ICON;
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateHandlerTest.java
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_BUILD_API;
734
NewProjectWizard
wizard = new
NewProjectWizard
();
[
all
...]
Completed in 669 milliseconds