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

DrawLayerFactory (Editor Library) - NetBeans API Javadoc (Current Development Version)

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

org.netbeans.editor
Class DrawLayerFactory

java.lang.Object
  extended by org.netbeans.editor.DrawLayerFactory

Deprecated. Please use Highlighting SPI instead, for details see Editor Library 2.

public class DrawLayerFactory
extends Object

Various draw layers are located here


Nested Class Summary
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.
 
Field Summary
static String ANNOTATION_LAYER_NAME
          Deprecated. Annotation draw layer name
static int ANNOTATION_LAYER_VISIBILITY
          Deprecated. Annotation draw layer visibility
static String BLOCK_SEARCH_LAYER_NAME
          Deprecated. Search block layer name
static int BLOCK_SEARCH_LAYER_VISIBILITY
          Deprecated. Search block layer visibility
static String CARET_LAYER_NAME
          Deprecated. Selection draw layer name
static int CARET_LAYER_VISIBILITY
          Deprecated. Selection draw layer visibility
static String GUARDED_LAYER_NAME
          Deprecated. Guarded layer name
static int GUARDED_LAYER_VISIBILITY
          Deprecated. Guarded layer visibility
static String HIGHLIGHT_SEARCH_LAYER_NAME
          Deprecated. Highlight search layer name
static int HIGHLIGHT_SEARCH_LAYER_VISIBILITY
          Deprecated. Highlight search layer visibility
static String INC_SEARCH_LAYER_NAME
          Deprecated. Incremental search layer name
static int INC_SEARCH_LAYER_VISIBILITY
          Deprecated. Incremental search layer visibility
static String SYNTAX_LAYER_NAME
          Deprecated. Syntax draw layer name
static int SYNTAX_LAYER_VISIBILITY
          Deprecated. Syntax draw layer visibility
 
Constructor Summary
DrawLayerFactory()
          Deprecated.  
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SYNTAX_LAYER_NAME

public static final String SYNTAX_LAYER_NAME
Deprecated. 
Syntax draw layer name

See Also:
Constant Field Values

SYNTAX_LAYER_VISIBILITY

public static final int SYNTAX_LAYER_VISIBILITY
Deprecated. 
Syntax draw layer visibility

See Also:
Constant Field Values

ANNOTATION_LAYER_NAME

public static final String ANNOTATION_LAYER_NAME
Deprecated. 
Annotation draw layer name

See Also:
Constant Field Values

ANNOTATION_LAYER_VISIBILITY

public static final int ANNOTATION_LAYER_VISIBILITY
Deprecated. 
Annotation draw layer visibility

See Also:
Constant Field Values

HIGHLIGHT_SEARCH_LAYER_NAME

public static final String HIGHLIGHT_SEARCH_LAYER_NAME
Deprecated. 
Highlight search layer name

See Also:
Constant Field Values

HIGHLIGHT_SEARCH_LAYER_VISIBILITY

public static final int HIGHLIGHT_SEARCH_LAYER_VISIBILITY
Deprecated. 
Highlight search layer visibility

See Also:
Constant Field Values

INC_SEARCH_LAYER_NAME

public static final String INC_SEARCH_LAYER_NAME
Deprecated. 
Incremental search layer name

See Also:
Constant Field Values

INC_SEARCH_LAYER_VISIBILITY

public static final int INC_SEARCH_LAYER_VISIBILITY
Deprecated. 
Incremental search layer visibility

See Also:
Constant Field Values

BLOCK_SEARCH_LAYER_NAME

public static final String BLOCK_SEARCH_LAYER_NAME
Deprecated. 
Search block layer name

See Also:
Constant Field Values

BLOCK_SEARCH_LAYER_VISIBILITY

public static final int BLOCK_SEARCH_LAYER_VISIBILITY
Deprecated. 
Search block layer visibility

See Also:
Constant Field Values

CARET_LAYER_NAME

public static final String CARET_LAYER_NAME
Deprecated. 
Selection draw layer name

See Also:
Constant Field Values

CARET_LAYER_VISIBILITY

public static final int CARET_LAYER_VISIBILITY
Deprecated. 
Selection draw layer visibility

See Also:
Constant Field Values

GUARDED_LAYER_NAME

public static final String GUARDED_LAYER_NAME
Deprecated. 
Guarded layer name

See Also:
Constant Field Values

GUARDED_LAYER_VISIBILITY

public static final int GUARDED_LAYER_VISIBILITY
Deprecated. 
Guarded layer visibility

See Also:
Constant Field Values
Constructor Detail

DrawLayerFactory

public DrawLayerFactory()
Deprecated. 

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.