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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutEditorMatchingStrategy.java 60 IEditorInput editorInput = editorRef.getEditorInput();
61 if (editorInput instanceof FileEditorInput) {
62 FileEditorInput editorFileInput = (FileEditorInput)editorInput;
LayoutEditorDelegate.java 328 public void showEditorInput(IEditorInput editorInput) {
329 if (getEditor().getEditorInput().equals(editorInput)) {
354 getEditor().setInputWithNotify(editorInput);
755 IEditorInput editorInput = getEditor().getEditorInput();
756 if (editorInput instanceof IFileEditorInput) {
757 IFileEditorInput fileInput = (IFileEditorInput) editorInput;
846 IEditorInput editorInput = getEditor().getEditorInput()
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
NewItemSelectionDialog.java 162 IEditorInput editorInput = editor.getEditorInput();
163 if (editorInput instanceof FileEditorInput) {
164 IFile f = ((FileEditorInput) editorInput).getFile();
186 IEditorInput editorInput = editor.getEditorInput();
187 if (editorInput instanceof FileEditorInput) {
188 IFile f = ((FileEditorInput) editorInput).getFile();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
AddSuppressAnnotation.java 121 IEditorInput editorInput = textEditor.getEditorInput();
122 IDocument document = provider.getDocument(editorInput);
127 ICompilationUnit compilationUnit = manager.getWorkingCopy(editorInput);
313 IEditorInput editorInput = textEditor.getEditorInput();
314 IDocument document = provider.getDocument(editorInput);
320 ICompilationUnit compilationUnit = manager.getWorkingCopy(editorInput);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
Hyperlinks.java 694 IEditorInput editorInput = editor.getEditorInput();
695 if (editorInput instanceof FileEditorInput) {
696 IFile file = ((FileEditorInput) editorInput).getFile();
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 

Completed in 943 milliseconds