Extension SDK 9.0.5

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.paintUnderlines(java.awt.Graphics graphics, java.awt.Rectangle viewRect, java.awt.Rectangle clipRect, TextBuffer textBuffer, StyledFragmentsList styledList, int startLine, int endLine)
          Paints the underlines in the editor view.
protected  int BasicView.paintLine(java.awt.Graphics graphics, TextBuffer textBuffer, java.awt.Rectangle viewRect, java.awt.Rectangle clipRect, int line, StyledFragmentsList styledList, int styledIndex, HighlightedFragmentsList highlightedList)
          Paints the specified line of the view with the given styles and highlights.
 

Uses of StyledFragmentsList in oracle.javatools.editor.language
 

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

Methods in oracle.javatools.editor.language with parameters of type StyledFragmentsList
 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.
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.
 void DocumentRenderer.recycleFragmentsList(StyledFragmentsList fragmentsList)
          Recyle the previously gotten StyledFragment's to reduce memory allocations.
abstract  void AbstractDocumentRenderer.renderRegion(StyledFragmentsList fragmentsList, int startOffset, int endOffset)
          Renders the region of text bounded by the given offsets.
 void AbstractDocumentRenderer.recycleFragmentsList(StyledFragmentsList fragmentsList)
          Recycle the previously gotten StyledFragment's to reduce memory allocations.
 void LexerDocumentRenderer.renderRegion(StyledFragmentsList fragmentsList, int startOffset, int endOffset)
          Renders the region of text bounded by the given offsets.
 


Extension SDK

 

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