Home
last modified time | relevance | path

Searched refs:NewXmlFileCreationPage (Results 1 – 3 of 3) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
DNewXmlFileWizard.java35 import com.android.ide.eclipse.adt.internal.wizards.newxmlfile.NewXmlFileCreationPage.TypeInfo;
75 private NewXmlFileCreationPage mMainPage;
107 protected NewXmlFileCreationPage createMainPage(NewXmlFileWizard.Values values) { in createMainPage()
108 return new NewXmlFileCreationPage(MAIN_PAGE_NAME, values); in createMainPage()
308 TypeInfo typeInfo = NewXmlFileCreationPage.getTypeInfo(folderType); in canCreateXmlFile()
323 TypeInfo type = NewXmlFileCreationPage.getTypeInfo(folderType); in createXmlFile()
DChooseConfigurationPage.java24 import com.android.ide.eclipse.adt.internal.wizards.newxmlfile.NewXmlFileCreationPage.TypeInfo;
176 if (previous instanceof NewXmlFileCreationPage) { in onWsFolderPathUpdated()
177 NewXmlFileCreationPage p = (NewXmlFileCreationPage) previous; in onWsFolderPathUpdated()
DNewXmlFileCreationPage.java96 class NewXmlFileCreationPage extends WizardPage { class
416 protected NewXmlFileCreationPage(String pageName, NewXmlFileWizard.Values values) { in NewXmlFileCreationPage() method in NewXmlFileCreationPage