public interface AccessibleAttributeListener
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#CENTER
void getTextAttributes(AccessibleTextAttributeEvent e)
e
- an event object containing the following fields:
Copyright (c) EclipseSource and others 2002, 2017.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0