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.HighlightLayer

Packages that use HighlightLayer
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 HighlightLayer in oracle.javatools.editor
 

Methods in oracle.javatools.editor that return HighlightLayer
 HighlightLayer BasicEditorPane.createHighlightLayer()
          Creates a new highlight layer that can be used for highlighting text in this editor pane.
 

Methods in oracle.javatools.editor with parameters of type HighlightLayer
 void EditorSelection.clearSelectionHighlights(HighlightLayer selectionLayer)
          Clear the selection by removing any selection highlighting and permorming any other internal clear operations.
 void EditorSelectionWrap.clearSelectionHighlights(HighlightLayer selectionLayer)
           
 void EditorSelectionColumns.clearSelectionHighlights(HighlightLayer selectionLayer)
           
 void BasicEditorPane.destroyHighlightLayer(HighlightLayer layer)
          Destroys a highlight layer that is no longer needed.
 void EditorSelection.updateSelectionHighlight(HighlightLayer layer, HighlightStyle caretStyle)
          Update the Editors selection highlight layer in response to a possible change in selection
 void EditorSelectionWrap.updateSelectionHighlight(HighlightLayer layer, HighlightStyle caretStyle)
           
 void EditorSelectionColumns.updateSelectionHighlight(HighlightLayer layer, HighlightStyle caretStyle)
           
 


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.