Class TableEventHandlerAdapter
source code
??-211 --+
|
DegenerateTableEventHandlerAdapter --+
|
TableEventHandlerAdapter
Overrides DegenerateTableEventHandlerAdapter to generate selector
events on focus and on selection. Expects the subject to be a raw
pyLinAcc.Accessible.
Adapts subject accessibles that provide the
pyLinAcc.Interfaces.ISelection, interface and have ROLE_TABLE or
ROLE_TREE_TABLE.
|
boolean
|
when(subject)
Tests if the given subject can be adapted by this class. |
source code
|
|
|
|
provides = [IEventHandler]
|
|
Tests if the given subject can be adapted by this class.
- Parameters:
subject (pyLinAcc.Accessible) - Accessible to test
- Returns: boolean
- True when the subject meets the condition named in the docstring
for this class, False otherwise
- Overrides:
DegenerateTableEventHandlerAdapter.when
|