There are a lot of events that styleText can listen to and handle using _listeners of different kinds.
How can I find out which events fired when? For example, key event, line event, paint event, and so forth. Here are the listeners available:
addBidiSegmentListener
addExtendedModifyListener
addLineBackgroundListener
addLineStyleListener
addModifyListener
addPaintObjectListener
addSelectionListener
addVerifyKeyListener
addVerifyListener
addWordMovementListener
Thanks.