| Trees | Indices | Help |
|---|
|
|
object --+
|
AccAdapt.Adapter --+
|
DefaultEventHandler.DefaultEventHandlerAdapter --+
|
SimpleTextEventHandlerAdapter
Overrides DefaultEventHandlerAdapter to fire AEEvent.CaretChange events for caret and text events. Expects the subject to be a pyLinAcc.Accessible.
Adapts subject accessibles that provide the Text interface.
|
|||
| tuple of AEEvent |
|
||
| tuple of AEEvent |
|
||
| tuple of AEEvent |
|
||
| tuple of AEEvent |
|
||
|
Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
| boolean |
|
||
|
|||
| list of Interface |
provides = [IEventHandler]Interfaces provided by this adapter |
||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
Called when text is inserted or deleted (object:text-changed:insert & object:text-changed:delete). Creates and returns an AEEvent.CaretChange to indicate a change in the caret context. pyLinAcc.Event.Event.type.minor is "insert" or "delete". pyLinAcc.Event.Event.detail1 has start offset of text change. pyLinAcc.Event.Event.detail2 has length of text change. pyLinAcc.Event.Event.any_data has text inserted/deleted.
|
Creates and returns an AEEvent.CaretChange indicating the caret moved in the subject accessible. pyLinAcc.Event.Event.detail1 has caret offset.
|
Creates and returns a AEEvent.SelectorChange event when text selection changes.
|
Creates an AEEvent.FocusChange indicating that the accessible being adapted has gained the focus. Also a AEEvent.CaretChange. This sequence of AEEvents will be posted by the caller.
|
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0beta1 on Mon Jun 4 15:33:20 2007 | http://epydoc.sourceforge.net |