|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| 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. |
| oracle.javatools.editor.print | The Print package is a subset of the Editor package, and contains a basic Pageable implementation for printing out the contents of a BasicDocument. |
| 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. |
|
| Uses of StyleRegistry in oracle.javatools.editor.print |
|---|
| Methods in oracle.javatools.editor.print with parameters of type StyleRegistry | |
|---|---|
void |
DocumentToHTMLGenerator.setStyleRegistry(StyleRegistry registry)Sets the style registry to use for generation (vs. |
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||