Package NVDAObjects :: Module behaviors
[hide private]
[frames] | no frames]

Module behaviors

source code

Mix-in classes which provide common behaviour for particular types of controls across different APIs.

Classes [hide private]
  ProgressBar
  Dialog
Overrides the description property to obtain dialog text.
  EditableText
Provides scripts to report appropriately when moving the caret in editable text fields.
  EditableTextWithAutoSelectDetection
In addition to EditableText, handles reporting of selection changes for objects which notify of them.
  EditableTextWithoutAutoSelectDetection
In addition to EditableText, provides scripts to report appropriately when the selection changes.
  LiveText
An object for which new text should be reported automatically.
  Terminal
An object which both accepts text input and outputs text which should be reported automatically.