| Package | Description | 
|---|---|
| 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected OffsetDescriptionProvider | 
AbstractLanguageSupport.createOffsetDescriptionProvider()
Creates a new  
OffsetDescriptionProvider for
 translating text buffer offsets into language specific 
 user readable descriptions of the location. | 
OffsetDescriptionProvider | 
AbstractLanguageSupport.getOffsetDescriptionProvider()
Fetches the  
OffsetDescriptionProvider to use
 to translate offsets to language specific user readible Strings. |