|
Extension SDK 10.1.2 | ||||||||||
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 colored background 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 |
BasicEditorPane.getHighlightRegistry()
Fetch the global highlight registry used for all editor panes. |
HighlightRegistry |
EditorProperties.getHighlightRegistry()
Fetch the global highlight registry used for all editor panes. |
Methods in oracle.javatools.editor with parameters of type HighlightRegistry | |
void |
BasicEditorPane.setHighlightRegistry(HighlightRegistry registry)
Replace the global highlight registry used for all editor panes. |
void |
EditorProperties.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 |
HighlightedFragmentsList.setHighlightRegistry(HighlightRegistry registry)
Set the HighlightRegistry used by this list when
building up its list of highlight fragments. |
|
Extension SDK | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1997, 2004, Oracle. All rights reserved.