public static interface CustomViewManager.CustomView
CustomViewManager.ElementEditor
),
an element (CustomViewManager.BasicElementEditor
,
CustomViewManager.SimpleElementEditor
or CustomViewManager.ElementValueEditor
),
an attribute (CustomViewManager.AttributeValueEditor
), or
any element with a given name
(CustomViewManager.BasicElementObserver
,
CustomViewManager.SimpleElementObserver
) is modified.Modifier and Type | Method and Description |
---|---|
void |
customViewAdded()
Invoked just after is this custom view has been actually
registered.
|
void |
customViewRemoved()
Invoked just after is this custom view has been actually
unregistered.
|
void customViewAdded()
Note that the registration of a custom view is delayed until
Document.beginEdit()
/ Document.endEdit()
is finished.
void customViewRemoved()
Note that the removal of a custom view is delayed until Document.beginEdit()
/ Document.endEdit()
is finished.