|
org.netbeans.modules.editor.lib/1 1.14.0 3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.netbeans.editor.DrawLayerFactory
public class DrawLayerFactory
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 |
|---|
public static final String SYNTAX_LAYER_NAME
public static final int SYNTAX_LAYER_VISIBILITY
public static final String ANNOTATION_LAYER_NAME
public static final int ANNOTATION_LAYER_VISIBILITY
public static final String HIGHLIGHT_SEARCH_LAYER_NAME
public static final int HIGHLIGHT_SEARCH_LAYER_VISIBILITY
public static final String INC_SEARCH_LAYER_NAME
public static final int INC_SEARCH_LAYER_VISIBILITY
public static final String BLOCK_SEARCH_LAYER_NAME
public static final int BLOCK_SEARCH_LAYER_VISIBILITY
public static final String CARET_LAYER_NAME
public static final int CARET_LAYER_VISIBILITY
public static final String GUARDED_LAYER_NAME
public static final int GUARDED_LAYER_VISIBILITY
| Constructor Detail |
|---|
public DrawLayerFactory()
|
org.netbeans.modules.editor.lib/1 1.14.0 3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||