Eclipse Remote Application Platform

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

Packages that use AccessibleTextListener
org.eclipse.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 Remote Application Platform

Copyright (c) EclipseSource and others 2002, 2013. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0