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

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

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

Uses of Class
org.netbeans.spi.editor.highlighting.ZOrder

Packages that use ZOrder
org.netbeans.spi.editor.highlighting The Highlighting SPI is a new way of influencing how text in an editor component is rendered. 
 

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

Fields in org.netbeans.spi.editor.highlighting declared as ZOrder
static ZOrder ZOrder.BOTTOM_RACK
          The lowest rack of z-orders.
static ZOrder ZOrder.CARET_RACK
          The rack for highlights showing the position of a caret.
static ZOrder ZOrder.DEFAULT_RACK
          The default rack of z-orders.
static ZOrder ZOrder.SHOW_OFF_RACK
          The show off rack of z-orders.
static ZOrder ZOrder.SYNTAX_RACK
          The syntax highlighting rack of z-order.
static ZOrder ZOrder.TOP_RACK
          The highest rack of z-orders.
 

Methods in org.netbeans.spi.editor.highlighting that return ZOrder
 ZOrder ZOrder.forPosition(int position)
          Creates a new ZOrder for given position.
 

Methods in org.netbeans.spi.editor.highlighting with parameters of type ZOrder
static HighlightsLayer HighlightsLayer.create(String layerTypeId, ZOrder zOrder, boolean fixedSize, HighlightsContainer container)
          Creates a new HighlightsLayer with contents defined by HighlightsContainer.
 


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

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