Class ImageAccInfoAdapter
source code
??-187 --+
|
ImageAccInfoAdapter
Overrides DefaultNavAdapter to provide text information about
images. Expects the subject to be a POR.
Adapts accessibles that provide the Image interface and have a role of
image or icon.
|
boolean
|
when(subject)
Tests if the given subject can be adapted by this class. |
source code
|
|
|
|
provides = [IAccessibleInfo]
|
|
Tests if the given subject can be adapted by this class.
- Parameters:
subject (POR) - POR containing an
accessible to test
- Returns: boolean
- True when the subject meets the condition named in the docstring
for this class, False otherwise
|
|
Gets the accessible description of the image. Ignores the given item
offset because images shouldn't have children.
- Returns: string
- Accessible name of requested object
- Decorators:
@pyLinAcc.errorToLookupError
- Raises:
LookupError - When the accessible object is dead
|