HomeSort by relevance Sort by last modified time
    Searched refs:NewXmlFileCreationPage (Results 1 - 3 of 3) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
ChooseConfigurationPage.java 24 import com.android.ide.eclipse.adt.internal.wizards.newxmlfile.NewXmlFileCreationPage.TypeInfo;
176 if (previous instanceof NewXmlFileCreationPage) {
177 NewXmlFileCreationPage p = (NewXmlFileCreationPage) previous;
NewXmlFileWizard.java 35 import com.android.ide.eclipse.adt.internal.wizards.newxmlfile.NewXmlFileCreationPage.TypeInfo;
64 * The wizard has one page, {@link NewXmlFileCreationPage}, used to select the project,
75 private NewXmlFileCreationPage mMainPage;
107 protected NewXmlFileCreationPage createMainPage(NewXmlFileWizard.Values values) {
108 return new NewXmlFileCreationPage(MAIN_PAGE_NAME, values);
308 TypeInfo typeInfo = NewXmlFileCreationPage.getTypeInfo(folderType);
323 TypeInfo type = NewXmlFileCreationPage.getTypeInfo(folderType);
NewXmlFileCreationPage.java 96 class NewXmlFileCreationPage extends WizardPage {
412 * Constructs a new {@link NewXmlFileCreationPage}.
416 protected NewXmlFileCreationPage(String pageName, NewXmlFileWizard.Values values) {
    [all...]

Completed in 578 milliseconds