Eclipse Platform
Release 3.6

Uses of Interface
org.eclipse.swt.accessibility.AccessibleTextListener

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

Uses of AccessibleTextListener in org.eclipse.swt.accessibility
 

Subinterfaces of AccessibleTextListener in org.eclipse.swt.accessibility
 interface AccessibleTextExtendedListener
          Classes which implement this interface provide methods that handle AccessibleTextExtended events.
 

Classes in org.eclipse.swt.accessibility that implement AccessibleTextListener
 class AccessibleTextAdapter
          This adapter class provides default implementations for the methods described by the AccessibleTextListener interface.
 class AccessibleTextExtendedAdapter
          This adapter class provides default implementations for the methods in the AccessibleTextExtendedListener interface.
 

Methods in org.eclipse.swt.accessibility with parameters of type AccessibleTextListener
 void Accessible.addAccessibleTextListener(AccessibleTextListener listener)
          Adds the listener to the collection of listeners who will be notified when an accessible client asks for custom text control specific information.
 void Accessible.removeAccessibleTextListener(AccessibleTextListener listener)
          Removes the listener from the collection of listeners who will be notified when an accessible client asks for custom text control specific information.
 


Eclipse Platform
Release 3.6

Guidelines for using Eclipse APIs.

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