public class AccessibleAttributeAdapter extends java.lang.Object implements AccessibleAttributeListener
AccessibleAttributeListener
interface.
Classes that wish to deal with AccessibleAttribute
events can
extend this class and override only the methods that they are
interested in.
AccessibleAttributeListener
,
AccessibleAttributeEvent
,
AccessibleTextAttributeEvent
Constructor and Description |
---|
AccessibleAttributeAdapter() |
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.
|
public void getAttributes(AccessibleAttributeEvent e)
getAttributes
in interface AccessibleAttributeListener
e
- an event object containing the following fields:SWT#LEFT
, SWT#RIGHT
or SWT#CENTER
public void getTextAttributes(AccessibleTextAttributeEvent e)
getTextAttributes
in interface AccessibleAttributeListener
e
- an event object containing the following fields:
Copyright (c) EclipseSource and others 2002, 2015.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0