Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

Uses of Class
oracle.javatools.editor.highlight.HighlightRegistry

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)

E13403-04

Copyright © 1997, 2010, Oracle. All rights reserved.