public static interface CustomViewManager.BasicElementEditor extends CustomViewManager.CustomEditor
Modifier and Type | Method and Description |
---|---|
void |
elementChanged(DocumentEvent[] events)
Invoked to report structure and/or attribute changes in the model
element.
|
commitChanges
customViewAdded, customViewRemoved
void elementChanged(DocumentEvent[] events)
elementChanged notification is delayed until Document.beginEdit()
/ Document.endEdit()
is finished.
events
- DocumentEvents specifying structure and/or attribute
changes