|
Extension SDK 10.1.2 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
DocumentRenderer |
LanguageSupport.getDocumentRenderer()
Fetches the DocumentRenderer for rendering the
given document. |
DocumentRenderer |
AbstractLanguageSupport.getDocumentRenderer()
Fetches the DocumentRenderer for rendering the
given document. |
protected abstract DocumentRenderer |
AbstractLanguageSupport.createDocumentRenderer()
Creates the DocumentRenderer for rendering the
given document. |
|
Extension SDK | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1997, 2004, Oracle. All rights reserved.