Package jaxe
Interface JaxeEditListenerIf
public interface JaxeEditListenerIf
Listener for EditEvents
-
Method Summary
Modifier and TypeMethodDescriptionelementAdded
(JaxeEditEvent e, Position pos) Method is called when inserting JaxeElements into the documentvoid
Method is called when JaxeElements are removed in the documentMethod is called before inserting JaxeElements into the documentvoid
Method is called when text is inserted into the documentvoid
Method is called when text is removed in the document
-
Method Details
-
prepareAddedElement
Method is called before inserting JaxeElements into the document- Parameters:
pos
-
-
elementAdded
Method is called when inserting JaxeElements into the document- Parameters:
e
-
-
textAdded
Method is called when text is inserted into the document- Parameters:
e
-
-
elementRemoved
Method is called when JaxeElements are removed in the document- Parameters:
e
-
-
textRemoved
Method is called when text is removed in the document- Parameters:
e
-
-