Uses of Class
org.eclipse.swt.accessibility.AccessibleTextAttributeEvent
Packages that use AccessibleTextAttributeEvent
-
Uses of AccessibleTextAttributeEvent in org.eclipse.swt.accessibility
Methods in org.eclipse.swt.accessibility with parameters of type AccessibleTextAttributeEventModifier 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.