|
org.netbeans.modules.editor.lib/1 1.44.0 9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.netbeans.editor.DrawLayer.AbstractLayer
org.netbeans.editor.DrawLayerFactory.WordColoringLayer
public static class DrawLayerFactory.WordColoringLayer
Test layer for coloring the specific words
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.netbeans.editor.DrawLayer |
|---|
DrawLayer.AbstractLayer |
| Field Summary | |
|---|---|
protected StringMap |
stringMap
Deprecated. |
| Fields inherited from interface org.netbeans.editor.DrawLayer |
|---|
TEXT_FRAME_END_POSITION_COMPONENT_PROPERTY, TEXT_FRAME_START_POSITION_COMPONENT_PROPERTY |
| Constructor Summary | |
|---|---|
DrawLayerFactory.WordColoringLayer(String name)
Deprecated. |
|
| Method Summary | |
|---|---|
void |
init(DrawContext ctx)
Deprecated. Called each time the paint begins for all layers in the layer chain regardless whether they are currently active or not. |
boolean |
isActive(DrawContext ctx,
MarkFactory.DrawMark mark)
Deprecated. Return whether the layer is active or not. |
void |
put(List stringList,
Coloring c)
Deprecated. |
void |
put(String[] strings,
Coloring c)
Deprecated. |
void |
put(String s,
Coloring c)
Deprecated. |
void |
updateContext(DrawContext ctx)
Deprecated. Update draw context by setting colors, fonts and possibly other draw properties. |
| Methods inherited from class org.netbeans.editor.DrawLayer.AbstractLayer |
|---|
extendsEmptyLine, extendsEOL, getName, getNextActivityChangeOffset, setNextActivityChangeOffset, toString, updateLineNumberContext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected StringMap stringMap
| Constructor Detail |
|---|
public DrawLayerFactory.WordColoringLayer(String name)
| Method Detail |
|---|
public void put(String s,
Coloring c)
public void put(String[] strings,
Coloring c)
public void put(List stringList,
Coloring c)
public void init(DrawContext ctx)
DrawLayer
init in interface DrawLayerinit in class DrawLayer.AbstractLayer
public boolean isActive(DrawContext ctx,
MarkFactory.DrawMark mark)
DrawLayer
ctx - current context with the information about the drawingmark - draw-mark at the fragment-offset or null if called
because of the next-activity-change-offset.public void updateContext(DrawContext ctx)
DrawLayer
|
org.netbeans.modules.editor.lib/1 1.44.0 9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||