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

Class Terminal

source code

                   object --+                
                            |                
baseObject.AutoPropertyObject --+            
                                |            
      baseObject.ScriptableObject --+        
                                    |        
                           NVDAObject --+    
                                        |    
                                 LiveText --+
                                            |
                   object --+               |
                            |               |
baseObject.AutoPropertyObject --+           |
                                |           |
      baseObject.ScriptableObject --+       |
                                    |       |
            editableText.EditableText --+   |
                                        |   |
                   object --+           |   |
                            |           |   |
baseObject.AutoPropertyObject --+       |   |
                                |       |   |
      baseObject.ScriptableObject --+   |   |
                                    |   |   |
                           NVDAObject --+   |
                                        |   |
                             EditableText --+
                                            |
                                           Terminal

An object which both accepts text input and outputs text which should be reported automatically. This is an EditableText object, as well as a liveText object for which monitoring is automatically enabled and disabled based on whether it has focus.

Nested Classes [hide private]

Inherited from NVDAObject: TextInfo, __metaclass__

Instance Methods [hide private]
 
event_gainFocus(self)
This code is executed if a gain focus event is received by this object.
source code
 
event_loseFocus(self) source code

Inherited from LiveText: event_textChange, initOverlayClass, startMonitoring, stopMonitoring

Inherited from editableText.EditableText: detectPossibleSelectionChange, initAutoSelectDetection, script_caret_backspaceCharacter, script_caret_backspaceWord, script_caret_delete, script_caret_moveByCharacter, script_caret_moveByLine, script_caret_moveByParagraph, script_caret_moveByWord

Inherited from NVDAObject: __eq__, __init__, __ne__, doAction, event_becomeNavigatorObject, event_caret, event_descriptionChange, event_focusEntered, event_foreground, event_mouseMove, event_nameChange, event_stateChange, event_typedCharacter, event_valueChange, findOverlayClasses, getActionName, makeTextInfo, reportFocus, scrollIntoView, setFocus

Inherited from baseObject.ScriptableObject: bindGesture, bindGestures, clearGestureBindings, getScript

Inherited from baseObject.AutoPropertyObject: invalidateCache

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Methods [hide private]

Inherited from NVDAObject: findBestAPIClass, getPossibleAPIClasses, kwargsFromSuper

Inherited from baseObject.AutoPropertyObject: invalidateCaches

Static Methods [hide private]

Inherited from NVDAObject: objectFromPoint, objectInForeground, objectWithFocus

Class Variables [hide private]
  role = 82

Inherited from LiveText: STABILIZE_DELAY, presentationType

Inherited from EditableText: shouldFireCaretMovementFailedEvents

Inherited from NVDAObject: beTransparentToMouse, cachePropertiesByDefault, presType_content, presType_layout, presType_unavailable, tableCellCoordsInName

Instance Variables [hide private]

Inherited from NVDAObject: textRepresentationLineLength

Inherited from NVDAObject (private): _mouseEntered

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

event_gainFocus(self)

source code 

This code is executed if a gain focus event is received by this object.

Overrides: NVDAObject.event_gainFocus
(inherited documentation)