|
org.netbeans.modules.editor.util/1 1.26 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.netbeans.lib.editor.util.swing.DocumentListenerPriority
public final class DocumentListenerPriority
Priorities of firing of document listeners being added to a document.
| Field Summary | |
|---|---|
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. |
| Method Summary | |
|---|---|
String |
getDescription()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final DocumentListenerPriority FIRST
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
| Method Detail |
|---|
public String getDescription()
public String toString()
toString in class Object
|
org.netbeans.modules.editor.util/1 1.26 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||