Eclipse Remote Application Platform

Uses of Class
org.eclipse.swt.accessibility.AccessibleTextAttributeEvent

Packages that use AccessibleTextAttributeEvent
org.eclipse.swt.accessibility   
 

Uses of AccessibleTextAttributeEvent in org.eclipse.swt.accessibility
 

Methods in org.eclipse.swt.accessibility with parameters of type AccessibleTextAttributeEvent
 void 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 specified start offset and extending to the character at offset end - 1 by the specified set of attributes.
 void AccessibleEditableTextListener.setTextAttributes(AccessibleTextAttributeEvent e)
          Replaces the set of attributes of the substring beginning at the specified start offset and extending to the character at offset end - 1 by the specified set of attributes.
 


Eclipse Remote Application Platform

Copyright (c) EclipseSource and others 2002, 2012. All rights reserved.