Eclipse Platform
Release 3.0

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
 

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


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.