Home
last modified time | relevance | path

Searched refs:showEditorInput (Results 1 – 2 of 2) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/common/
DCommonXmlEditor.java398 public void showEditorInput(IEditorInput editorInput) { in showEditorInput() method in CommonXmlEditor
400 ((LayoutEditorDelegate) mDelegate).showEditorInput(editorInput); in showEditorInput()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
DLayoutEditorDelegate.java332 public void showEditorInput(IEditorInput editorInput) { in showEditorInput() method in LayoutEditorDelegate