Module cursorManager :: Class _ReviewCursorManagerTextInfo
[hide private]
[frames] | no frames]

Class _ReviewCursorManagerTextInfo

source code

                   object --+        
                            |        
baseObject.AutoPropertyObject --+    
                                |    
               textInfos.TextInfo --+
                                    |
                                   _ReviewCursorManagerTextInfo

For use with ReviewCursorManager. Overrides updateCaret and updateSelection to use the selection property on the underlying object.

Nested Classes [hide private]

Inherited from baseObject.AutoPropertyObject: __metaclass__

Instance Methods [hide private]
 
updateCaret(self)
Moves the system caret to the position of this text info object
source code
 
updateSelection(self)
Moves the selection (usually the system caret) to the position of this text info object
source code

Inherited from textInfos.TextInfo: __init__, collapse, compareEndPoints, copy, copyToClipboard, expand, find, getControlFieldBraille, getControlFieldSpeech, getEmbeddedObject, getTextInChunks, getTextWithFields, isOverlapping, move, setEndPoint, unitCount, unitIndex

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 baseObject.AutoPropertyObject: invalidateCaches

Class Variables [hide private]

Inherited from baseObject.AutoPropertyObject: cachePropertiesByDefault

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

updateCaret(self)

source code 

Moves the system caret to the position of this text info object

Overrides: textInfos.TextInfo.updateCaret
(inherited documentation)

updateSelection(self)

source code 

Moves the selection (usually the system caret) to the position of this text info object

Overrides: textInfos.TextInfo.updateSelection
(inherited documentation)