Avoid the deletion of a element in a JEditorPane by backspace-button?
Hi,
I'm developing a Editor (JEditorPane) with BulletList functionality. Therefore I craeted a BulletListElment-class, a BulletListItemElment-class and suitable views (superclass is BoxView). Generally the bulleted list is working rudimentary but I don't know how to avoid that item-elements resp. the whole bulleted list can be deleted by pushing the backspace-button.
My goal is, that items and the list can only be deleted by using a menu / buttons.
How can I realize this behavior?
Regards, Stefan

