Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

Uses of Interface
oracle.javatools.editor.language.DocumentRenderer

Packages that use DocumentRenderer
oracle.javatools.editor The Editor package is a basic framework for an editor component with syntax highlighting capabilities, built on top of the Swing text framework. 
oracle.javatools.editor.language The Language package is a subset of the Editor package, and is the framework for extending the editor with color syntax highlighting, brace matching, and other language or content-specific editing features. 
 

Uses of DocumentRenderer in oracle.javatools.editor
 

Methods in oracle.javatools.editor that return DocumentRenderer
 DocumentRenderer BasicDocument.getDocumentRenderer()
          Fetches the document renderer from the language support for this document.
 

Uses of DocumentRenderer in oracle.javatools.editor.language
 

Classes in oracle.javatools.editor.language that implement DocumentRenderer
 class AbstractDocumentRenderer
          An AbstractDocumentRenderer is the base class for all DocumentRenderers provided with this editor component.
 class LexerDocumentRenderer
          An LexerDocumentRenderer is the abstact starting point for DocumentRenderers implementations based on languages that have Lexer implementations available for tokenizing the language.
 

Methods in oracle.javatools.editor.language that return DocumentRenderer
protected abstract  DocumentRenderer AbstractLanguageSupport.createDocumentRenderer()
          Creates the DocumentRenderer for rendering the given document.
 DocumentRenderer LanguageSupport.getDocumentRenderer()
          Fetches the DocumentRenderer for rendering the given document.
 DocumentRenderer AbstractLanguageSupport.getDocumentRenderer()
          Fetches the DocumentRenderer for rendering the given document.
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

Copyright © 1997, 2013, Oracle. All rights reserved.