| Trees | Indices | Help |
|---|
|
|
object --+
|
AccAdapt.Adapter --+
|
AccAdapt.PORAdapter --+
|
DefaultNavAdapter
Adapts all AT-SPI accessibles to the IAccessibleNav and IItemNav interfaces. No condition for adaptation is given implying that this adapter is used as a default by AccAdapt when no better adapter is available. Expects the subject to be a POR.
|
|||
| POR |
|
||
| POR |
|
||
| POR |
|
||
| POR |
|
||
| POR |
|
||
| POR |
|
||
| POR |
|
||
| POR |
|
||
| POR |
|
||
| POR |
|
||
| POR |
|
||
| POR |
|
||
| POR |
|
||
|
Inherited from Inherited from |
|||
|
|||
| list of Interface |
provides = [IAccessibleNav, IItemNav]Interfaces provided by this adapter |
||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Always raises IndexError as this default adapter assumes the subject has only one item. |
Always raises IndexError as this default adapter assumes the subject has only one item. |
Gets a POR pointing to the first item in the subject POR. Ignores the only visible flag. |
Gets a POR pointing to the first item in the subject POR since it is assumed to be the only item in this default adapter. Ignores the only visible flag. |
Always raises IndexError as this default adapter assumes the subject has only one item. |
Gets the next peer accessible object if possible and if it exists.
|
Gets the previous peer accessible object if possible and if it exists.
|
Gets the parent accessible object if possible and if it exists.
|
Gets the first accessible child relative to the subject accessible.
|
Gets the last accessible child relative to the subject accessible.
|
Gets the child accessible at the given index relative to the one providing this interface.
|
Searches all descendants for one matching the given predicate.
Warning: The predicate is currently supplied with accessibles, not PORs. This behavior will likely change in the future. |
Searches all ancestors for one matching the given predicate.
Warning: The predicate is currently supplied with accessibles, not PORs. This behavior will likely change in the future. |
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0beta1 on Mon Jun 4 15:33:19 2007 | http://epydoc.sourceforge.net |