public final class FoldingFader
extends java.lang.Object
fade block| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
EXPANSION_HIGHLIGHT_NAME |
static int |
EXPANSION_HIGHLIGHT_PRIORITY |
| Modifier and Type | Method and Description |
|---|---|
static void |
fadeBlock(CodeFoldingModel model, java.lang.Object block, int[] offsets, BasicEditorPane editorPane)
Trigger the fading of a code block.
|
static void |
registerHighlights() |
public static final int EXPANSION_HIGHLIGHT_PRIORITY
public static final java.lang.String EXPANSION_HIGHLIGHT_NAME
public static void registerHighlights()
public static void fadeBlock(CodeFoldingModel model, java.lang.Object block, int[] offsets, BasicEditorPane editorPane)
model -block -offsets -editorPane -