| Trees | Indices | Help |
|---|
|
|
object --+
|
AccAdapt.Adapter --+
|
AccAdapt.PORAdapter --+
|
DefaultAccActionAdapter
Adapts all AT-SPI accessibles to the IAccessibleAction interface. No condition for adaption 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 pyLinAcc.Accessible.
|
|||
| boolean |
|
||
| boolean |
|
||
| boolean |
|
||
| boolean |
|
||
| boolean |
|
||
| boolean |
|
||
| boolean |
|
||
| boolean |
|
||
| boolean |
|
||
| boolean |
|
||
|
|||
| boolean |
|
||
| boolean |
|
||
| boolean |
|
||
| boolean |
|
||
|
Inherited from Inherited from |
|||
|
|||
| list of Interface |
provides = [IAccessibleAction]Interfaces provided by this adapter |
||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Moves the caret to the location given by the item offset + the char offset. Moves to the beginning of the text if the item offset is None.
|
Replace contents of text area with the given text.
|
Inserts text at the location given by the item offset + the char offset. Inserts at the beginning of the text if the item offset is None.
|
Sets the accessible text attributes starting at item offset + char offset up to the offset given by the POR. Always replaces the current attributes at present.
|
Copies the text starting at item offset + char offset up to the offset given by the POR. Copies from the beginning of the text if subject item offset is None. Copies to the end of the text if the POR item offset is None.
|
Cuts the text starting at item offset + char offset up to the offset given by the POR. Cuts from the beginning of the text if subject item offset is None. Cuts to the end of the text if the POR item offset is None.
|
Deletes the text starting at item offset + char offset up to the offset given by the POR. Deletes from the beginning of the text if subject item offset is None. Deletes to the end of the text if the POR item_offset is None.
|
Pastes the text at item offset + char offset. Pastes from the beginning of the text is item offset is None.
|
Adds a new selection if n is None or sets the nth selection otherwise. Selects the text starting at item offset + char offset up to the offset given by the POR. Selects to the end of the text if the POR item_offset is None.
|
Removes a all text selections if n is None or removes the nth text selection otherwise. When n is None, returns True if at least one selection was removed.
|
Performs a mouse event on the center of a given point of regard.
|
Gives the subject accessible the keyboard focus.
|
Selects the subject accessible if all is False. Selects all children if all is True.
|
Deselects the subject accessible if all is False. Deselects all children if all is True.
|
Executes the accessible action given by the index.
|
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0beta1 on Mon Jun 4 15:33:19 2007 | http://epydoc.sourceforge.net |