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

Uses of Class org.netbeans.editor.MarkFactory.DrawMark (Editor Library) - NetBeans API Javadoc (Current Development Version)

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

Uses of Class
org.netbeans.editor.MarkFactory.DrawMark

Packages that use MarkFactory.DrawMark
org.netbeans.editor   
 

Uses of MarkFactory.DrawMark in org.netbeans.editor
 

Subclasses of MarkFactory.DrawMark in org.netbeans.editor
static class MarkFactory.ChainDrawMark
          Support for draw marks chained in double linked list
 

Methods in org.netbeans.editor with parameters of type MarkFactory.DrawMark
 boolean DrawLayerFactory.SyntaxLayer.isActive(DrawContext ctx, MarkFactory.DrawMark mark)
          Deprecated.  
 boolean DrawLayerFactory.ColorLineLayer.isActive(DrawContext ctx, MarkFactory.DrawMark mark)
          Deprecated.  
 boolean DrawLayerFactory.CaretLayer.isActive(DrawContext ctx, MarkFactory.DrawMark mark)
          Deprecated.  
 boolean DrawLayerFactory.HighlightSearchLayer.isActive(DrawContext ctx, MarkFactory.DrawMark mark)
          Deprecated.  
 boolean DrawLayerFactory.IncSearchLayer.isActive(DrawContext ctx, MarkFactory.DrawMark mark)
          Deprecated.  
 boolean DrawLayerFactory.BlockSearchLayer.isActive(DrawContext ctx, MarkFactory.DrawMark mark)
          Deprecated.  
 boolean DrawLayerFactory.StyleLayer.isActive(DrawContext ctx, MarkFactory.DrawMark mark)
          Deprecated.  
 boolean DrawLayerFactory.WordColoringLayer.isActive(DrawContext ctx, MarkFactory.DrawMark mark)
          Deprecated.  
 boolean DrawLayerFactory.AnnotationLayer.isActive(DrawContext ctx, MarkFactory.DrawMark mark)
          Deprecated.  
 boolean DrawLayer.isActive(DrawContext ctx, MarkFactory.DrawMark mark)
          Deprecated. Return whether the layer is active or not.
 


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.