站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

Uses of Interface org.netbeans.spi.editor.highlighting.HighlightsSequence (Editor Library 2) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.editor.lib2/1 1.3 2

Uses of Interface
org.netbeans.spi.editor.highlighting.HighlightsSequence

Packages that use HighlightsSequence
org.netbeans.spi.editor.highlighting The Highlighting SPI is a new way of influencing how text in an editor component is rendered. 
org.netbeans.spi.editor.highlighting.support The support package provides several implementations of the HighlightsContainer interface. 
 

Uses of HighlightsSequence in org.netbeans.spi.editor.highlighting
 

Fields in org.netbeans.spi.editor.highlighting declared as HighlightsSequence
static HighlightsSequence HighlightsSequence.EMPTY
          An empty HighlightsSequence.
 

Methods in org.netbeans.spi.editor.highlighting that return HighlightsSequence
 HighlightsSequence HighlightsContainer.getHighlights(int startOffset, int endOffset)
          Provides the list of highlighted areas that should be used for rendering a document.
 

Uses of HighlightsSequence in org.netbeans.spi.editor.highlighting.support
 

Methods in org.netbeans.spi.editor.highlighting.support that return HighlightsSequence
 HighlightsSequence PositionsBag.getHighlights(int startOffset, int endOffset)
          Gets highlights from an area of a document.
 HighlightsSequence OffsetsBag.getHighlights(int startOffset, int endOffset)
          Gets highlights from an area of a document.
abstract  HighlightsSequence AbstractHighlightsContainer.getHighlights(int startOffset, int endOffset)
           
 

Methods in org.netbeans.spi.editor.highlighting.support with parameters of type HighlightsSequence
 void OffsetsBag.addAllHighlights(HighlightsSequence bag)
          Adds all highlights from the bag passed in.
 void OffsetsBag.setHighlights(HighlightsSequence seq)
          Resets this bag to use the new set of highlights.
 


org.netbeans.modules.editor.lib2/1 1.3 2

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.