OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fileInput
(Results
1 - 15
of
15
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/common/
CommonMatchingStrategy.java
44
FileEditorInput
fileInput
= (FileEditorInput)input;
47
IFile file =
fileInput
.getFile();
53
return m.matches(editorRef,
fileInput
);
CommonXmlDelegate.java
134
FileEditorInput
fileInput
= (FileEditorInput) input;
135
IFile file =
fileInput
.getFile();
CommonXmlEditor.java
108
IFileEditorInput
fileInput
= (IFileEditorInput) editorInput;
109
IFile file =
fileInput
.getFile();
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutEditorMatchingStrategy.java
41
FileEditorInput
fileInput
= (FileEditorInput)input;
44
IFile file =
fileInput
.getFile();
56
// if it's a layout, we now check the name of the
fileInput
against the name of the
LayoutEditorDelegate.java
262
FileEditorInput
fileInput
= (FileEditorInput)input;
263
editedFile =
fileInput
.getFile();
762
IFileEditorInput
fileInput
= (IFileEditorInput) editorInput;
763
IFile file =
fileInput
.getFile();
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/export/
ExportEditor.java
82
FileEditorInput
fileInput
= (FileEditorInput) input;
83
IFile file =
fileInput
.getFile();
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
OverviewExportPart.java
116
FileEditorInput
fileInput
= (FileEditorInput)input;
117
IFile file =
fileInput
.getFile();
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/
ValuesTreePage.java
83
FileEditorInput
fileInput
= (FileEditorInput)input;
84
IFile iFile =
fileInput
.getFile();
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
CreateAssetSetWizard.java
288
FileEditorInput
fileInput
= (FileEditorInput) input;
289
return
fileInput
.getFile().getProject();
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RenameResourceXmlTextAction.java
404
IFileEditorInput
fileInput
= (IFileEditorInput) input;
405
return
fileInput
.getFile();
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtUtils.java
437
IFileEditorInput
fileInput
= (IFileEditorInput) input;
438
return
fileInput
.getFile();
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileCreationPage.java
698
FileEditorInput
fileInput
= (FileEditorInput) input;
700
IFile file =
fileInput
.getFile();
[
all
...]
/external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar
/prebuilts/misc/common/antlr/
antlr-3.4-complete.jar
Completed in 218 milliseconds