Home
last modified time | relevance | path

Searched refs:fileInput (Results 1 – 13 of 13) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/common/
DCommonMatchingStrategy.java44 FileEditorInput fileInput = (FileEditorInput)input; in matches() local
47 IFile file = fileInput.getFile(); in matches()
53 return m.matches(editorRef, fileInput); in matches()
DCommonXmlDelegate.java134 FileEditorInput fileInput = (FileEditorInput) input; in delegateSetInput() local
135 IFile file = fileInput.getFile(); in delegateSetInput()
DCommonXmlEditor.java108 IFileEditorInput fileInput = (IFileEditorInput) editorInput; in init() local
109 IFile file = fileInput.getFile(); in init()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/export/
DExportEditor.java82 FileEditorInput fileInput = (FileEditorInput) input; in setInput() local
83 IFile file = fileInput.getFile(); in setInput()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
DLayoutEditorMatchingStrategy.java41 FileEditorInput fileInput = (FileEditorInput)input; in matches() local
44 IFile file = fileInput.getFile(); in matches()
DLayoutEditorDelegate.java262 FileEditorInput fileInput = (FileEditorInput)input; in delegateCreateFormPages() local
263 editedFile = fileInput.getFile(); in delegateCreateFormPages()
762 IFileEditorInput fileInput = (IFileEditorInput) editorInput; in delegateGetPartName() local
763 IFile file = fileInput.getFile(); in delegateGetPartName()
853 IFileEditorInput fileInput = (IFileEditorInput)editorInput; in createUnknownDescriptor() local
854 IProject project = fileInput.getFile().getProject(); in createUnknownDescriptor()
928 FileEditorInput fileInput = (FileEditorInput) input; in handleNewInput() local
929 IFile file = fileInput.getFile(); in handleNewInput()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/
DValuesTreePage.java83 FileEditorInput fileInput = (FileEditorInput)input; in createFormContent() local
84 IFile iFile = fileInput.getFile(); in createFormContent()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
DOverviewExportPart.java116 FileEditorInput fileInput = (FileEditorInput)input; in getProject() local
117 IFile file = fileInput.getFile(); in getProject()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
DAdtUtils.java437 IFileEditorInput fileInput = (IFileEditorInput) input; in getActiveFile() local
438 return fileInput.getFile(); in getActiveFile()
1237 IFileEditorInput fileInput = (IFileEditorInput) input;
1238 if (project.equals(fileInput.getFile().getProject())) {
1296 IFileEditorInput fileInput = (IFileEditorInput) input;
1297 if (file.equals(fileInput.getFile())) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
DCreateAssetSetWizard.java288 FileEditorInput fileInput = (FileEditorInput) input; in guessProject() local
289 return fileInput.getFile().getProject(); in guessProject()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
DAndroidTextEditor.java546 FileEditorInput fileInput = (FileEditorInput)input;
547 IFile inputFile = fileInput.getFile();
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
DRenameResourceXmlTextAction.java404 IFileEditorInput fileInput = (IFileEditorInput) input; in getFile() local
405 return fileInput.getFile(); in getFile()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
DNewXmlFileCreationPage.java698 FileEditorInput fileInput = (FileEditorInput) input; in initializeFromSelection() local
700 IFile file = fileInput.getFile(); in initializeFromSelection()