HomeSort by relevance Sort by last modified time
    Searched defs:fileInput (Results 1 - 14 of 14) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/common/
CommonMatchingStrategy.java 41 FileEditorInput fileInput = (FileEditorInput)input;
44 IFile iFile = fileInput.getFile();
50 return m.matches(editorRef, fileInput);
CommonXmlDelegate.java 133 FileEditorInput fileInput = (FileEditorInput) input;
134 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 iFile = fileInput.getFile();
55 // if it's a layout, we now check the name of the fileInput against the name of the
LayoutEditorDelegate.java 248 FileEditorInput fileInput = (FileEditorInput)input;
249 editedFile = fileInput.getFile();
748 IFileEditorInput fileInput = (IFileEditorInput)editorInput;
749 IProject project = fileInput.getFile().getProject();
819 FileEditorInput fileInput = (FileEditorInput) input;
820 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 69 FileEditorInput fileInput = (FileEditorInput)input;
70 IFile iFile = fileInput.getFile();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtUtils.java 305 IFileEditorInput fileInput = (IFileEditorInput) input;
306 return fileInput.getFile();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
CreateAssetSetWizard.java 311 FileEditorInput fileInput = (FileEditorInput) input;
312 return fileInput.getFile().getProject();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileCreationPage.java 699 FileEditorInput fileInput = (FileEditorInput) input;
701 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 
  /prebuilt/common/antlr/
antlr-3.4-complete.jar 

Completed in 608 milliseconds