Package Adapters :: Package ATSPI :: Module FactoryAdapter :: Class PORFromAccessibleAdapter
[hide private]
[frames] | no frames]

Class PORFromAccessibleAdapter

source code

      object --+    
               |    
AccAdapt.Adapter --+
                   |
                  PORFromAccessibleAdapter

Adapts all AT-SPI accessibles to the IPORFactory interface. No condition for adaption is given implying that this adapter is used as a default by AccAdapt when no better adapter is available.

Instance Methods [hide private]
POR
create(self)
Returns a complete POR built based on the subject POR.
source code

Inherited from AccAdapt.Adapter: __call__, __init__

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

Class Variables [hide private]
list of Interface provides = [IPORFactory]
Interfaces provided by this adapter

Inherited from AccAdapt.Adapter: singleton, when

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

create(self)

source code 

Returns a complete POR built based on the subject POR. The complete POR is guaranteed to match the definition of an LSR point of regard with a proper accessible and item index.

This method resolves any problems introduced by the adapters that create PORs that are actually items according to LSR.

Returns: POR
Point of regard
Decorators:
  • @pyLinAcc.errorToLookupError