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

Uses of Interface org.netbeans.editor.DrawLayer (Editor Library) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.editor.lib/1 1.14.0 3

Uses of Interface
org.netbeans.editor.DrawLayer

Packages that use DrawLayer
org.netbeans.editor   
 

Uses of DrawLayer in org.netbeans.editor
 

Classes in org.netbeans.editor that implement DrawLayer
static class DrawLayer.AbstractLayer
          Deprecated. Please use Highlighting SPI instead, for details see Editor Library 2.
static class DrawLayerFactory.AnnotationLayer
          Deprecated. Please use Highlighting SPI instead, for details see Editor Library 2.
static class DrawLayerFactory.BlockSearchLayer
          Deprecated. Please use Highlighting SPI instead, for details see Editor Library 2.
static class DrawLayerFactory.CaretLayer
          Deprecated. Please use Highlighting SPI instead, for details see Editor Library 2.
static class DrawLayerFactory.ColorLineLayer
          Deprecated. Please use Highlighting SPI instead, for details see Editor Library 2.
static class DrawLayerFactory.HighlightSearchLayer
          Deprecated. Please use Highlighting SPI instead, for details see Editor Library 2.
static class DrawLayerFactory.IncSearchLayer
          Deprecated. Please use Highlighting SPI instead, for details see Editor Library 2.
static class DrawLayerFactory.StyleLayer
          Deprecated. Please use Highlighting SPI instead, for details see Editor Library 2.
static class DrawLayerFactory.SyntaxLayer
          Deprecated. Please use Highlighting SPI instead, for details see Editor Library 2.
static class DrawLayerFactory.WordColoringLayer
          Deprecated. Please use Highlighting SPI instead, for details see Editor Library 2.
 

Methods in org.netbeans.editor that return DrawLayer
protected  DrawLayer GuardedDocument.addStyledLayer(String layerName, Style style)
          Deprecated. Please use Highlighting SPI instead, for details see Editor Library 2.
 DrawLayer EditorUI.findLayer(String layerName)
          Deprecated. Please use Highlighting SPI instead, for details see Editor Library 2.
 DrawLayer BaseDocument.findLayer(String layerName)
          Deprecated. Please use Highlighting SPI instead, for details see Editor Library 2.
 DrawLayer EditorUI.removeLayer(String layerName)
          Deprecated. Please use Highlighting SPI instead, for details see Editor Library 2.
 

Methods in org.netbeans.editor with parameters of type DrawLayer
 boolean EditorUI.addLayer(DrawLayer layer, int visibility)
          Deprecated. Please use Highlighting SPI instead, for details see Editor Library 2.
 boolean BaseDocument.addLayer(DrawLayer layer, int visibility)
          Deprecated. Please use Highlighting SPI instead, for details see Editor Library 2.
 


org.netbeans.modules.editor.lib/1 1.14.0 3

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