|
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 HighlightRegistry | |
|---|---|
| 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.highlight | The Highlights package is a subset of the Editor package, and contains API's for creating, maintaining, and applying background, foreground, font, and underline highlights to regions of text in an editor pane. |
| Uses of HighlightRegistry in oracle.javatools.editor |
|---|
| Methods in oracle.javatools.editor that return HighlightRegistry | |
|---|---|
HighlightRegistry |
EditorProperties.getHighlightRegistry()Fetch the global highlight registry used for all editor panes. |
HighlightRegistry |
BasicEditorPane.getHighlightRegistry()Fetch the global highlight registry used for all editor panes. |
| Methods in oracle.javatools.editor with parameters of type HighlightRegistry | |
|---|---|
void |
EditorProperties.setHighlightRegistry(HighlightRegistry registry)Replace the global highlight registry used for all editor panes. |
void |
BasicEditorPane.setHighlightRegistry(HighlightRegistry registry)Replace the global highlight registry used for all editor panes. |
| Uses of HighlightRegistry in oracle.javatools.editor.highlight |
|---|
| Methods in oracle.javatools.editor.highlight with parameters of type HighlightRegistry | |
|---|---|
void |
HighlightFragmentsList.setHighlightRegistry(HighlightRegistry registry)Set the HighlightRegistry used by this list when building up its list of highlight fragments. |
|
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 | |||||||||