| Trees | Indices | Help |
|---|
|
|
??-208 --+
|
ContainerAccInfoAdapter
Overrides DefaultAccInfoAdapter to provide information specific to containers that have STATE_MANAGES_DESCENDANTS. Expects the subject to be a POR.
|
|||
| list of pyLinAcc.Accessible |
|
||
| dictionary |
|
||
| dictionary |
|
||
| list of PORs |
|
||
| string |
|
||
| string |
|
||
| string |
|
||
| string |
|
||
| string |
|
||
| list of string |
|
||
| integer |
|
||
| boolean |
|
||
| boolean |
|
||
| boolean |
|
||
| list of string |
|
||
| list of string |
|
||
| integer |
|
||
| list of tuple of string |
|
||
| 2-tuple of integer |
|
||
| 2-tuple of integer |
|
||
|
|||
| boolean |
|
||
|
|||
provides = [IAccessibleInfo]
|
|||
|
|||
Tests if the given subject can be adapted by this class. |
Gets subitems of an item in a container that manages its descendants. Subitems appear to be used to indicate items that cannot be selected independently of each other in a list or tree control so they are made children of a dummy accessible. This is most often observed when a list or tree has an icon + plus text in one of its cells.
|
Gets all of the default text attributes assigned to the subject if item offset is None, else the default attributes of the item offset child.
|
Gets all the text attributes of a given accessible if item offset is None or the attributes of the item offset child if it is not.
|
Gets a list of PORs referring to the selected items within the subject accessible.
|
Gets the accessible role name of the subject if item offset is None else the role name of the given item. The name is localized.
|
Gets the accessible role of the subject if item offset is None else the role name of the given item.
|
Gets the accessible name of the subject if item offset is None else the name of the given item.
|
Gets the accessible description of the subject if item offset is None else the name of the given item.
|
Gets the accessible name of the subject if item offset is None else the name of the given child accessible.
|
Gets a list of names of states indicating the current state of the given accessible.
|
Gets the index of an item as the item offset.
|
Gets if the subject has the given state.
See Also: getAccStates |
Gets if the subject has at least one of the given states.
|
Gets if the subject has all of the given states.
|
Gets the list of all action names defined by the subject.
|
Gets the list of all action descriptions defined by the subject.
|
Gets the number of available actions on the subject.
|
Gets the key bindings associated with all available actions. Parses the key bindings into tuples since some actions can have multiple ways of activating them dependent on the context.
|
Gets the visual width and height of the subject.
|
Gets the focal point within the subject, where the focal point is defined as the center of the active item.
|
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0beta1 on Mon Jun 4 15:33:19 2007 | http://epydoc.sourceforge.net |