public final class DocumentListenerPriority extends Object
Modifier and Type | Field and Description |
---|---|
static DocumentListenerPriority |
AFTER_CARET_UPDATE
Udpate that follows caret update.
|
static DocumentListenerPriority |
CARET_UPDATE
Caret udpate gets notified as last.
|
static DocumentListenerPriority |
DEFAULT
Default level is used for all listeners added
by regular
Document.addDocumentListener(
javax.swing.event.DocumentListener) method. |
static DocumentListenerPriority |
FIRST
Level that gets notified first (before all other levels).
|
static DocumentListenerPriority |
FOLD_UPDATE
Fold update gets notified prior default level.
|
static DocumentListenerPriority |
LEXER
Lexer gets notified early to allow other levels to use the udpated
token list.
|
static DocumentListenerPriority |
VIEW
Views are updated after default level and prior caret gets updated.
|
public static final DocumentListenerPriority FIRST
DocumentListenerPriority.VIEW
level.public static final DocumentListenerPriority LEXER
public static final DocumentListenerPriority FOLD_UPDATE
public static final DocumentListenerPriority DEFAULT
Document.addDocumentListener(
javax.swing.event.DocumentListener)
method.public static final DocumentListenerPriority VIEW
public static final DocumentListenerPriority CARET_UPDATE
public static final DocumentListenerPriority AFTER_CARET_UPDATE