public static interface CustomViewManager.ElementValueEditor extends CustomViewManager.CustomEditor
Modifier and Type | Method and Description |
---|---|
void |
elementValueChanged()
Invoked to report changes in the data value of the model element.
|
commitChanges
customViewAdded, customViewRemoved
void elementValueChanged()
elementValueChanged notification is delayed until Document.beginEdit()
/ Document.endEdit()
is finished.