Searched refs:NewXmlFileCreationPage (Results 1 – 3 of 3) sorted by relevance
35 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()
24 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()
96 class NewXmlFileCreationPage extends WizardPage { class416 protected NewXmlFileCreationPage(String pageName, NewXmlFileWizard.Values values) { in NewXmlFileCreationPage() method in NewXmlFileCreationPage