OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xmlEditor
(Results
1 - 4
of
4
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutMetadataTest.java
163
AndroidXmlEditor
xmlEditor
= (AndroidXmlEditor) newEditor;
164
IStructuredDocument document =
xmlEditor
.getStructuredDocument();
165
UiElementNode root =
xmlEditor
.getUiRootNode();
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RefactoringAssistant.java
81
AndroidXmlEditor
xmlEditor
= AndroidXmlEditor.getAndroidXmlEditor(sourceViewer);
82
if (
xmlEditor
== null) {
86
IFile file =
xmlEditor
.getInputFile();
99
model =
xmlEditor
.getModelForRead();
139
StructuredTextEditor structuredEditor =
xmlEditor
.getStructuredTextEditor();
154
ISourceViewer textViewer =
xmlEditor
.getStructuredSourceViewer();
168
proposals.add(new RefactoringProposal(
xmlEditor
,
169
new ExtractStringRefactoring(file,
xmlEditor
, textSelection)));
172
if (
xmlEditor
instanceof LayoutEditor) {
173
LayoutEditor editor = (LayoutEditor)
xmlEditor
;
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/build/
AaptQuickFixTest.java
273
AndroidXmlEditor
xmlEditor
= (AndroidXmlEditor) newEditor;
274
IDocument document =
xmlEditor
.getStructuredSourceViewer().getDocument();
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/xml/
HyperlinksTest.java
244
AndroidXmlEditor
xmlEditor
= (AndroidXmlEditor) newEditor;
245
document =
xmlEditor
.getStructuredSourceViewer().getDocument();
246
selection =
xmlEditor
.getStructuredSourceViewer().getSelectedRange();
248
XMLMultiPageEditorPart
xmlEditor
= (XMLMultiPageEditorPart) newEditor;
249
Field field =
xmlEditor
.getClass().getDeclaredField("fTextEditor");
253
Method method =
xmlEditor
.getClass().getMethod("getTextEditor", new Class[0]);
Completed in 1685 milliseconds