|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.2.0) E17493-03 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StyleRegistry | |
|---|---|
| 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 StyleRegistry in oracle.javatools.editor |
|---|
| Methods in oracle.javatools.editor that return StyleRegistry | |
|---|---|
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. |
| Methods in oracle.javatools.editor with parameters of type StyleRegistry | |
|---|---|
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. |
| Uses of StyleRegistry in oracle.javatools.editor.language |
|---|
| Methods in oracle.javatools.editor.language that return StyleRegistry | |
|---|---|
static StyleRegistry |
LanguageModule.getGlobalStyleRegistry()Convenience routine to fetch the global style registry. |
| Methods in oracle.javatools.editor.language with parameters of type StyleRegistry | |
|---|---|
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. |
| Constructors in oracle.javatools.editor.language with parameters of type StyleRegistry | |
|---|---|
BuiltInStyles(StyleRegistry styleRegistry)Creates a BuiltInStyles instance based on the styles in the given style registry. |
|
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.2.0) E17493-03 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||