Package AccessEngine :: Package AEAccAdapters :: Package ATSPI :: Module ComboboxAdapter
[hide private]
[frames] | no frames]

Module ComboboxAdapter

source code

Defines AEAccAdapter.AEAccAdapters for combo boxes that receive the focus but have children that fire events.


Authors:
Peter Parente, Frank Zenker, Nicole Anacker
Organizations: Copyright: License:
Classes [hide private]
  ComboboxEventHandlerAdapter
Overrides TextEventHandlerAdapter to enable processing of events from text areas within combo boxes where the combo box gets focus, the text area doesn't, and the text area is the source of all text events.
  ComboBoxNavAdapter
Overrides DefaultNavAdapter to provide navigation over text lines as items and to avoid traversing text children as separate accessible children in the IAccessibleNav interface.
Variables [hide private]
  log = logging.getLogger('ComboboxAdapter')