public interface AccessibleAttributeListener extends SWTEventListener
After creating an instance of a class that implements
this interface it can be added to an accessible using the
addAccessibleAttributeListener method and removed using
the removeAccessibleAttributeListener method.
AccessibleAttributeAdapter,
AccessibleAttributeEvent,
AccessibleTextAttributeEvent| Modifier and Type | Method and Description |
|---|---|
void |
getAttributes(AccessibleAttributeEvent e)
Returns attributes specific to this Accessible object.
|
void |
getTextAttributes(AccessibleTextAttributeEvent e)
Returns text attributes specific to this Accessible object.
|
void getAttributes(AccessibleAttributeEvent e)
e - an event object containing the following fields:SWT#LEFT, SWT#RIGHT or SWT#CENTERvoid getTextAttributes(AccessibleTextAttributeEvent e)
e - an event object containing the following fields:
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.