|
Extension SDK 10.1.2 | ||||||||||
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 |
BasicEditorPane.getStyleRegistry() Fetch the global style registry used for all editor panes. |
StyleRegistry |
EditorProperties.getStyleRegistry() Fetch the global style registry used for all editor panes. |
Methods in oracle.javatools.editor with parameters of type StyleRegistry | |
void |
BasicEditorPane.setStyleRegistry(StyleRegistry registry) Replace the global style registry used for all editor panes. |
void |
EditorProperties.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 | |
void |
BuiltInStyles.reloadStyles(StyleRegistry styleRegistry) Reloads the built in styles from the provided style registry. |
abstract void |
LanguageModule.registerStyles(StyleRegistry registry) Register the styles used by the highlighter in this language. |
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. |
|
Extension SDK | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1997, 2004, Oracle. All rights reserved.