Package org.eclipse.swt.accessibility


package org.eclipse.swt.accessibility
SWT Accessibility.

Package Specification

This package contains the classes that support platform accessibility.
  • Class
    Description
    Class ACC contains all the constants used in defining an Accessible object.
    Instances of this class provide a bridge between application code and assistive technology clients.
    This adapter class provides default implementations for the methods in the AccessibleActionListener interface.
    Instances of this class are sent as a result of accessibility clients sending AccessibleAction messages to an accessible object.
    Classes which implement this interface provide methods that handle AccessibleAction events.
    This adapter class provides default implementations for the methods described by the AccessibleListener interface.
    This adapter class provides default implementations for the methods in the AccessibleAttributeListener interface.
    Instances of this class are sent as a result of accessibility clients sending AccessibleAttribute messages to an accessible object.
    Classes which implement this interface provide methods that handle AccessibleAttribute events.
    This adapter class provides default implementations for the methods described by the AccessibleControlListener interface.
    Instances of this class are sent as a result of accessibility clients sending messages to controls asking for detailed information about the implementation of the control instance.
    Classes that implement this interface provide methods that deal with the events that are generated when an accessibility client sends a message to a control.
    This adapter class provides default implementations for the methods in the AccessibleEditableTextListener interface.
    Instances of this class are sent as a result of accessibility clients sending AccessibleEditableText messages to an accessible object.
    Classes which implement this interface provide methods that handle AccessibleEditableText events.
    Instances of this class are sent as a result of accessibility clients sending messages to controls asking for information about the control instance.
    This adapter class provides default implementations for the methods in the AccessibleHyperlinkListener interface.
    Instances of this class are sent as a result of accessibility clients sending AccessibleHyperlink messages to an accessible object.
    Classes which implement this interface provide methods that handle AccessibleHyperlink events.
    Classes that implement this interface provide methods that deal with the events that are generated when an accessibility client sends a message to a control.
    This adapter class provides default implementations for the methods in the AccessibleTableListener interface.
    This adapter class provides default implementations for the methods in the AccessibleTableCellListener interface.
    Instances of this class are sent as a result of accessibility clients sending AccessibleTableCell messages to an accessible object.
    Classes which implement this interface provide methods that handle AccessibleTableCell events.
    Instances of this class are sent as a result of accessibility clients sending AccessibleTable messages to an accessible object.
    Classes which implement this interface provide methods that handle AccessibleTable events.
    This adapter class provides default implementations for the methods described by the AccessibleTextListener interface.
    Instances of this class are sent as a result of accessibility clients sending AccessibleAttribute or AccessibleEditableText messages to an accessible object.
    Instances of this class are sent as a result of accessibility clients sending messages to controls asking for detailed information about the implementation of the control instance.
    This adapter class provides default implementations for the methods in the AccessibleTextExtendedListener interface.
    Classes which implement this interface provide methods that handle AccessibleTextExtended events.
    Classes that implement this interface provide methods that deal with the events that are generated when an accessibility client sends a message to a control.
    This adapter class provides default implementations for the methods in the AccessibleValueListener interface.
    Instances of this class are sent as a result of accessibility clients sending AccessibleValue messages to an accessible object.
    Classes which implement this interface provide methods that handle AccessibleValue events.