Eclipse Platform
Release 3.6

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

Packages that use AccessibleTextEvent
org.eclipse.swt.accessibility SWT Accessibility. 
 

Uses of AccessibleTextEvent in org.eclipse.swt.accessibility
 

Subclasses of AccessibleTextEvent in org.eclipse.swt.accessibility
 class AccessibleTextExtendedEvent
          WARNING: API UNDER CONSTRUCTION Instances of this class are sent as a result of accessibility clients sending AccessibleTextExtended messages to an accessible object.
 

Methods in org.eclipse.swt.accessibility with parameters of type AccessibleTextEvent
 void AccessibleTextAdapter.getCaretOffset(AccessibleTextEvent e)
          Sent when an accessibility client requests the current character offset of the text caret.
 void AccessibleTextListener.getCaretOffset(AccessibleTextEvent e)
          Sent when an accessibility client requests the current character offset of the text caret.
 void AccessibleTextAdapter.getSelectionRange(AccessibleTextEvent e)
          Sent when an accessibility client requests the range of the current text selection.
 void AccessibleTextListener.getSelectionRange(AccessibleTextEvent e)
          Sent when an accessibility client requests the range of the current text selection.
 


Eclipse Platform
Release 3.6

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.