Trees | Indices | Help |
|
---|
|
object --+ | AEAccAdapter.AEAccAdapter --+ | DefaultEventHandlerAdapter
Adapts all events from AT-SPI accessibles to the interfaces defined in provides. No condition for adaption is given implying that this adapter is used as a default by AEAccAdapter when no better adapter is available.
This class is meant to be subclassed by more specific event handlers. Only the protected handler methods (those starting with _handle) need to be overridden as the public method getAEEvents will call the most child implementation of the appropriate event handling method.
|
|||
list of string |
|
||
|
|||
|
|||
tuple of AEEvent |
|
||
boolean |
|
||
tuple of AEEvent |
|
||
tuple of AEEvent |
|
||
tuple of AEEvent |
|
||
tuple of AEEvent |
|
||
tuple of AEEvent |
|
||
tuple of AEEvent |
|
||
tuple of AEEvent |
|
||
tuple of AEEvent |
|
||
Inherited from Inherited from |
|
|||
list of Interface |
provides = [IEventHandler] Interfaces provided by this adapter |
||
boolean |
singleton = True If True, only one instance of this adapter will be registered for use such that it is reused for all subjects. |
||
pyatspi.Accessibility.Accessible |
last_focus = None Last accessible to receive focus |
||
Inherited from |
|
|||
Inherited from |
|
|||
Inherited from |
|
|
|
pyatspi.event.Event . Makes an initial
decision about whether the event occurred in a focused control or an
unfocused control.
|
|
|
|
Creates an AEEvent.PropertyChange indicating that some simple property of an accessible changed. These two AEEvents will be posted by the caller. The AEPor for the event soruce returned by this method will be marked as incomplete as the accessible may actually be an item. It will be resolved at a later time by the AEEvent if the event will actually be processed.
|
Creates an AEEvent.StateChange indicating that some simple property of an accessible changed. These two AEEvents will be posted by the caller. The AEPor for the event soruce returned by this method will be marked as incomplete as the accessible may actually be an item. It will be resolved at a later time by the AEEvent if the event will actually be processed.
|
Creates an AEEvent.ChildrenChange indicating that a child has been added/ removed to an accessible. This AEEvent will be posted by the caller. The AEPor for the event soruce returned by this method will be marked as incomplete as the accessible may actually be an item. It will be resolved at a later time by the AEEvent if the event will actually be processed.
|
|
|
|
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Mon Jun 30 13:05:51 2008 | http://epydoc.sourceforge.net |