HomeSort by relevance Sort by last modified time
    Searched full:structuredtexteditor (Results 1 - 8 of 8) sorted by null

  /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;
583 if (editor instanceof StructuredTextEditor) {
584 StructuredTextEditor ste = (StructuredTextEditor) editor;
    [all...]
  /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;
264 StructuredTextEditor ste = (StructuredTextEditor) field.get(newEditor);
267 ste = (StructuredTextEditor) method.invoke(newEditor, new Object[0]);
  /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
  /frameworks/base/docs/html/guide/faq/
troubleshooting.jd 321 org.eclipse.wst.sse.ui.StructuredTextEditor.isBlockSelectionModeEnabled()Z</pre>

Completed in 596 milliseconds