Extension SDK 10.1.2

Uses of Class
oracle.javatools.editor.underline.UnderlineRegistry

Packages that use UnderlineRegistry
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.underline The Underline package is a subset of the Editor package, and contains API's for creating, mainting, and applying underlines to regions of text in the editor pane. 
 

Uses of UnderlineRegistry in oracle.javatools.editor
 

Methods in oracle.javatools.editor that return UnderlineRegistry
 UnderlineRegistry BasicEditorPane.getUnderlineRegistry()
          Fetch the global underline registry used for all editor panes.
 UnderlineRegistry EditorProperties.getUnderlineRegistry()
          Fetch the global underline registry used for all editor panes.
 

Methods in oracle.javatools.editor with parameters of type UnderlineRegistry
 void BasicEditorPane.setUnderlineRegistry(UnderlineRegistry registry)
          Replace the global underline registry used for all editor panes.
 void EditorProperties.setUnderlineRegistry(UnderlineRegistry registry)
          Replace the global underline registry used for all editor panes.
 

Uses of UnderlineRegistry in oracle.javatools.editor.underline
 

Methods in oracle.javatools.editor.underline with parameters of type UnderlineRegistry
 void UnderlinedFragmentsList.setUnderlineRegistry(UnderlineRegistry registry)
          Set the UnderlineRegistry used by this list when building up its list of underline fragments.
 


Extension SDK

 

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