OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:structuredtexteditor
(Results
1 - 7
of
7
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/
HyperlinksTest.java
40
import org.eclipse.wst.sse.ui.
StructuredTextEditor
;
263
StructuredTextEditor
ste = (
StructuredTextEditor
) field.get(newEditor);
266
ste = (
StructuredTextEditor
) method.invoke(newEditor, new Object[0]);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidXmlEditor.java
88
import org.eclipse.wst.sse.ui.
StructuredTextEditor
;
102
* It is designed to work with a {@link
StructuredTextEditor
} that will display an XML file.
128
private
StructuredTextEditor
mTextEditor;
365
* multi-page editor) by re-using the actions defined by the {@link
StructuredTextEditor
}
694
* to our {@link
StructuredTextEditor
} not being an {@link IFormPage}
808
mTextEditor = new
StructuredTextEditor
() {
[
all
...]
AndroidTextEditor.java
62
import org.eclipse.wst.sse.ui.
StructuredTextEditor
;
394
* to our {@link
StructuredTextEditor
} not being an {@link IFormPage}
Hyperlinks.java
143
import org.eclipse.wst.sse.ui.
StructuredTextEditor
;
605
if (editor instanceof
StructuredTextEditor
) {
606
StructuredTextEditor
ste = (
StructuredTextEditor
) editor;
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RefactoringAssistant.java
56
import org.eclipse.wst.sse.ui.
StructuredTextEditor
;
155
StructuredTextEditor
structuredEditor = xmlEditor.getStructuredTextEditor();
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutEditorDelegate.java
84
import org.eclipse.wst.sse.ui.
StructuredTextEditor
;
627
StructuredTextEditor
structuredTextEditor
= editor.getStructuredTextEditor();
628
if (
structuredTextEditor
!= null) {
640
mEditorOutline = (IContentOutlinePage)
structuredTextEditor
.getAdapter(
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintFixGenerator.java
94
* I tried duplicating some of this by subclassing
StructuredTextEditor
, but
Completed in 592 milliseconds