public static interface CustomViewManager.XPathLabel extends CustomViewManager.CustomView
Modifier and Type | Method and Description |
---|---|
void |
documentChanged(ExprContext exprContext)
Invoked after document has been modified.
|
customViewAdded, customViewRemoved
void documentChanged(ExprContext exprContext)
documentChanged notification is delayed until Document.beginEdit()
/ Document.endEdit()
is finished.
When the document modification merely consists in text being typed, documentChanged notification is delayed until the editing context changes.