Searched refs:editorPart (Results 1 – 4 of 4) sorted by relevance
63 IEditorPart editorPart = AdtUtils.getActiveEditor(); in apply() local64 if (editorPart instanceof AndroidXmlEditor) { in apply()69 new ExtractStringRefactoring(file, editorPart, selection); in apply()
170 public static @Nullable LayoutEditorDelegate fromEditor(@Nullable IEditorPart editorPart) { in fromEditor() argument171 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()
299 IEditorPart editorPart = pages[i].findEditor(mTextEditor in resourceChanged()301 pages[i].closeEditor(editorPart, true); in resourceChanged()
1069 public void updateFromEditorPart(GraphicalEditorPart editorPart) { in updateFromEditorPart() argument1070 LayoutCanvas canvas = editorPart == null ? null : editorPart.getCanvasControl(); in updateFromEditorPart()