Uses of Class
org.eclipse.swt.accessibility.AccessibleTextAttributeEvent
-
Uses of AccessibleTextAttributeEvent in org.eclipse.swt.accessibility
Modifier and TypeMethodDescriptionvoid
AccessibleAttributeAdapter.getTextAttributes
(AccessibleTextAttributeEvent e) Returns text attributes specific to this Accessible object.void
AccessibleAttributeListener.getTextAttributes
(AccessibleTextAttributeEvent e) Returns text attributes specific to this Accessible object.void
AccessibleEditableTextAdapter.setTextAttributes
(AccessibleTextAttributeEvent e) Replaces the set of attributes of the substring beginning at the specifiedstart
offset and extending to the character at offsetend - 1
by the specified set of attributes.void
AccessibleEditableTextListener.setTextAttributes
(AccessibleTextAttributeEvent e) Replaces the set of attributes of the substring beginning at the specifiedstart
offset and extending to the character at offsetend - 1
by the specified set of attributes.