|
Extension SDK 10.1.2 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BlockRenderer | |
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 BlockRenderer in oracle.javatools.editor.language |
Classes in oracle.javatools.editor.language that implement BlockRenderer | |
class |
LexerBlockRenderer
The LexerBlockRenderer is the abstract starting point
for BlockRenderer implementations based on languages
for which there is a Lexer implementation available. |
Fields in oracle.javatools.editor.language declared as BlockRenderer | |
protected BlockRenderer |
LexerDocumentRenderer.blockRenderer
The block renderer used for rendering. |
Methods in oracle.javatools.editor.language that return BlockRenderer | |
protected abstract BlockRenderer |
LexerDocumentRenderer.createBlockRenderer()
Creates a BlockRenderer used for rendering the tokens in the primary language of this specific DocumentRenderer implementation. |
protected BlockRenderer |
LexerDocumentRenderer.getBlockRenderer()
Get a cached block renderer (so that we don't have to keep recreating it.) |
|
Extension SDK | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1997, 2004, Oracle. All rights reserved.