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

E13403-08

Uses of Class
oracle.javatools.editor.language.StyledFragmentsList

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

Methods in oracle.javatools.editor with parameters of type StyledFragmentsList
protected  void BasicView.paintRangeUnderlines(java.awt.Graphics graphics, java.awt.Rectangle clipRect, StyledFragmentsList styledList, HighlightFragmentsList fontHighlightList, int startOffset, int endOffset)
          Paints the underline highlights in the editor view that are range-based (where HighlightedText.isLineHighlight() returns false).
protected  void BasicView.paintUnderlines(java.awt.Graphics graphics, java.awt.Rectangle clipRect, StyledFragmentsList styledList, int startRow, int endRow)
          Paints the underline highlights in the editor view.
protected  void BasicView.paintUnderlineSegment(java.awt.Graphics graphics, java.awt.Rectangle clipRect, StyledFragmentsList styledList, HighlightFragmentsList fontHighlightList, HighlightFragment underlineFragment, int startOffset, int endOffset)
          Paints a single range-based underline fragment in the editor view.
 

Uses of StyledFragmentsList in oracle.javatools.editor.language
 

Methods in oracle.javatools.editor.language that return StyledFragmentsList
protected  StyledFragmentsList AbstractDocumentRenderer.allocateFragmentsList()
          Routine available to DocumentRenderer implementations to allocate a fragments list (for reuse) which is not in use.
 StyledFragmentsList AbstractDocumentRenderer.renderLines(int startLine, int endLine)
          Renders a region of text based on the line information provided.
 StyledFragmentsList DocumentRenderer.renderLines(int startLine, int endLine)
          Renders a region of text based on the line information provided.
 

Methods in oracle.javatools.editor.language with parameters of type StyledFragmentsList
 void AbstractDocumentRenderer.recycleFragmentsList(StyledFragmentsList fragmentsList)
          Recycle the previously gotten StyledFragment's to reduce memory allocations.
 void DocumentRenderer.recycleFragmentsList(StyledFragmentsList fragmentsList)
          Recyle the previously gotten StyledFragment's to reduce memory allocations.
 void BlockRenderer.renderBlock(StyledFragmentsList fragmentsList, int blockStartOffset, int blockEndOffset, int clipStartOffset, int clipEndOffset)
          Renders the region of text bounded by the given offsets.
 void LexerBlockRenderer.renderBlock(StyledFragmentsList fragmentsList, int blockStartOffset, int blockEndOffset, int clipStartOffset, int clipEndOffset)
          Renders the region of text bounded by the given offsets.
 void LexerDocumentRenderer.renderRegion(StyledFragmentsList fragmentsList, int startOffset, int endOffset)
          Renders the region of text bounded by the given offsets.
abstract  void AbstractDocumentRenderer.renderRegion(StyledFragmentsList fragmentsList, int startOffset, int endOffset)
          Renders the region of text bounded by the given offsets.
protected  void LexerBlockRenderer.renderToken(StyledFragmentsList fragmentsList, int token, int tokenStart, int tokenEnd, int clipStart, int clipEnd)
          Renders the token by mapping the given token to a specific style, and adds it to the styled fragments list.
 


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

E13403-08

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