AccessibleAttributeAdapter.getAttributes

Returns attributes specific to this Accessible object.

@param e an event object containing the following fields:<ul> <li>out topMargin - the top margin in pixels</li> <li>out bottomMargin - the bottom margin in pixels</li> <li>out leftMargin - the left margin in pixels</li> <li>out rightMargin - the right margin in pixels</li> <li>out tabStops - an array of pixel locations</li> <li>out justify - whether or not to justify the text</li> <li>out alignment - one of <code>SWT#LEFT</code>, <code>SWT#RIGHT</code> or <code>SWT#CENTER</code></li> <li>out indent - the indent in pixels</li> <li>out groupLevel - the level of this accessible in its group</li> <li>out groupCount - the number of similar children in this accessible's group</li> <li>out groupIndex - the index of this accessible in its group</li> <li>out attributes - an array of alternating key and value Strings which represent additional (i.e. non predefined) attributes</li> </ul>

class AccessibleAttributeAdapter
override
void
getAttributes

Meta