Extension SDK 10.1.2

Uses of Interface
oracle.javatools.buffer.LineMap

Packages that use LineMap
oracle.javatools.buffer The TextBuffer package assists in the manipulation of in-memory text content, whether it is read-only text, or read-write text. 
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 LineMap in oracle.javatools.buffer
 

Methods in oracle.javatools.buffer that return LineMap
 LineMap TextBuffer.getLineMap()
          Fetches a line map for the text buffer.
 

Uses of LineMap in oracle.javatools.editor
 

Methods in oracle.javatools.editor that return LineMap
 LineMap BasicDocument.getLineMap()
          Fetches a line map for this document for calculating line positions.
 

Uses of LineMap in oracle.javatools.editor.language
 

Methods in oracle.javatools.editor.language that return LineMap
 LineMap AbstractDocumentRenderer.getLineMap()
          Convenience method for fetching the linemap of the document.
 


Extension SDK

 

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