Package | Description |
---|---|
org.netbeans.spi.editor.highlighting |
The Highlighting SPI is a new way of influencing how text in an editor component
is rendered.
|
Modifier and Type | Field and Description |
---|---|
static ZOrder |
ZOrder.BOTTOM_RACK
The lowest rack of z-orders.
|
static ZOrder |
ZOrder.CARET_RACK
The rack for highlights showing the position of a caret.
|
static ZOrder |
ZOrder.DEFAULT_RACK
The default rack of z-orders.
|
static ZOrder |
ZOrder.SHOW_OFF_RACK
The show off rack of z-orders.
|
static ZOrder |
ZOrder.SYNTAX_RACK
The syntax highlighting rack of z-order.
|
static ZOrder |
ZOrder.TOP_RACK
The highest rack of z-orders.
|
Modifier and Type | Method and Description |
---|---|
ZOrder |
ZOrder.forPosition(int position)
Creates a new ZOrder for given position.
|
Modifier and Type | Method and Description |
---|---|
static HighlightsLayer |
HighlightsLayer.create(String layerTypeId,
ZOrder zOrder,
boolean fixedSize,
HighlightsContainer container)
Creates a new
HighlightsLayer with contents defined by
HighlightsContainer . |