| Package | Description | 
|---|---|
| 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StyleRegistry | 
EditorProperties.getStyleRegistry()
Fetch the global style registry used for all editor panes. 
 | 
StyleRegistry | 
BasicEditorPane.getStyleRegistry()
Fetch the global style registry used for all editor panes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
EditorProperties.setStyleRegistry(StyleRegistry registry)
Replace the global style registry used for all editor panes. 
 | 
void | 
BasicEditorPane.setStyleRegistry(StyleRegistry registry)
Replace the global style registry used for all editor panes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static StyleRegistry | 
LanguageModule.getGlobalStyleRegistry()
Convenience routine to fetch the global style registry. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
abstract void | 
LanguageModule.registerStyles(StyleRegistry registry)
Register the styles used by the highlighter in this language. 
 | 
void | 
BuiltInStyles.reloadStyles(StyleRegistry styleRegistry)
Reloads the built in styles from the provided style registry. 
 | 
| Constructor and Description | 
|---|
BuiltInStyles(StyleRegistry styleRegistry)
Creates a  
BuiltInStyles instance based on the styles
 in the given style registry. |