Home
last modified time | relevance | path

Searched refs:editorPart (Results 1 – 4 of 4) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
DExtractStringFix.java63 IEditorPart editorPart = AdtUtils.getActiveEditor(); in apply() local
64 if (editorPart instanceof AndroidXmlEditor) { in apply()
69 new ExtractStringRefactoring(file, editorPart, selection); in apply()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
DLayoutEditorDelegate.java170 public static @Nullable LayoutEditorDelegate fromEditor(@Nullable IEditorPart editorPart) { in fromEditor() argument
171 if (editorPart instanceof CommonXmlEditor) { in fromEditor()
172 CommonXmlDelegate delegate = ((CommonXmlEditor) editorPart).getDelegate(); in fromEditor()
176 } else if (editorPart instanceof GraphicalEditorPart) { in fromEditor()
177 GraphicalEditorPart part = (GraphicalEditorPart) editorPart; in fromEditor()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
DAndroidTextEditor.java299 IEditorPart editorPart = pages[i].findEditor(mTextEditor in resourceChanged()
301 pages[i].closeEditor(editorPart, true); in resourceChanged()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DOutlinePage.java1069 public void updateFromEditorPart(GraphicalEditorPart editorPart) { in updateFromEditorPart() argument
1070 LayoutCanvas canvas = editorPart == null ? null : editorPart.getCanvasControl(); in updateFromEditorPart()