Module JABHandler :: Class JABContext
[hide private]
[frames] | no frames]

Class JABContext

source code

object --+
         |
        JABContext

Instance Methods [hide private]
 
__init__(self, hwnd=None, vmID=None, accContext=None)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
__del__(self) source code
 
__eq__(self, jabContext) source code
 
__ne__(self, jabContext) source code
 
getVersionInfo(self) source code
 
getAccessibleContextInfo(self) source code
 
getAccessibleTextInfo(self, x, y) source code
 
getAccessibleTextItems(self, index) source code
 
getAccessibleTextSelectionInfo(self) source code
 
getAccessibleTextRange(self, start, end) source code
 
getAccessibleTextLineBounds(self, index) source code
 
getAccessibleParentFromContext(self) source code
 
getAccessibleChildFromContext(self, index) source code
 
getActiveDescendent(self) source code
 
getAccessibleContextAt(self, x, y) source code
 
getCurrentAccessibleValueFromContext(self) source code
 
selectTextRange(self, start, end) source code
 
setCaretPosition(self, offset) source code
 
getTextAttributesInRange(self, startIndex, endIndex) source code
 
getAccessibleRelationSet(self) source code

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, hwnd=None, vmID=None, accContext=None)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)