Extension SDK 10.1.2

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

Packages that use UnderlineLayer
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. 
 

Uses of UnderlineLayer in oracle.javatools.editor
 

Methods in oracle.javatools.editor that return UnderlineLayer
 UnderlineLayer BasicEditorPane.createUnderlineLayer()
          Creates a new underline layer that can be used for underlining text in this editor pane.
 

Methods in oracle.javatools.editor with parameters of type UnderlineLayer
 void BasicEditorPane.destroyUnderlineLayer(UnderlineLayer layer)
          Destroys a underline layer that is no longer needed.
 


Extension SDK

 

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