Package org.eclipse.swt.accessibility
SWT Accessibility.
Package Specification
This package contains the classes that support platform accessibility.-
Interface Summary Interface Description AccessibleActionListener Classes which implement this interface provide methods that handle AccessibleAction events.AccessibleAttributeListener Classes which implement this interface provide methods that handle AccessibleAttribute events.AccessibleControlListener 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.AccessibleEditableTextListener Classes which implement this interface provide methods that handle AccessibleEditableText events.AccessibleHyperlinkListener Classes which implement this interface provide methods that handle AccessibleHyperlink events.AccessibleListener 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.AccessibleTableCellListener Classes which implement this interface provide methods that handle AccessibleTableCell events.AccessibleTableListener Classes which implement this interface provide methods that handle AccessibleTable events.AccessibleTextExtendedListener Classes which implement this interface provide methods that handle AccessibleTextExtended events.AccessibleTextListener 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.AccessibleValueListener Classes which implement this interface provide methods that handle AccessibleValue events. -
Class Summary Class Description ACC Class ACC contains all the constants used in defining an Accessible object.Accessible Instances of this class provide a bridge between application code and assistive technology clients.AccessibleActionAdapter This adapter class provides default implementations for the methods in theAccessibleActionListenerinterface.AccessibleActionEvent Instances of this class are sent as a result of accessibility clients sending AccessibleAction messages to an accessible object.AccessibleAdapter This adapter class provides default implementations for the methods described by theAccessibleListenerinterface.AccessibleAttributeAdapter This adapter class provides default implementations for the methods in theAccessibleAttributeListenerinterface.AccessibleAttributeEvent Instances of this class are sent as a result of accessibility clients sending AccessibleAttribute messages to an accessible object.AccessibleControlAdapter This adapter class provides default implementations for the methods described by theAccessibleControlListenerinterface.AccessibleControlEvent 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.AccessibleEditableTextAdapter This adapter class provides default implementations for the methods in theAccessibleEditableTextListenerinterface.AccessibleEditableTextEvent Instances of this class are sent as a result of accessibility clients sending AccessibleEditableText messages to an accessible object.AccessibleEvent Instances of this class are sent as a result of accessibility clients sending messages to controls asking for information about the control instance.AccessibleHyperlinkAdapter This adapter class provides default implementations for the methods in theAccessibleHyperlinkListenerinterface.AccessibleHyperlinkEvent Instances of this class are sent as a result of accessibility clients sending AccessibleHyperlink messages to an accessible object.AccessibleTableAdapter This adapter class provides default implementations for the methods in theAccessibleTableListenerinterface.AccessibleTableCellAdapter This adapter class provides default implementations for the methods in theAccessibleTableCellListenerinterface.AccessibleTableCellEvent Instances of this class are sent as a result of accessibility clients sending AccessibleTableCell messages to an accessible object.AccessibleTableEvent Instances of this class are sent as a result of accessibility clients sending AccessibleTable messages to an accessible object.AccessibleTextAdapter This adapter class provides default implementations for the methods described by theAccessibleTextListenerinterface.AccessibleTextAttributeEvent Instances of this class are sent as a result of accessibility clients sending AccessibleAttribute or AccessibleEditableText messages to an accessible object.AccessibleTextEvent 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.AccessibleTextExtendedAdapter This adapter class provides default implementations for the methods in theAccessibleTextExtendedListenerinterface.AccessibleValueAdapter This adapter class provides default implementations for the methods in theAccessibleValueListenerinterface.AccessibleValueEvent Instances of this class are sent as a result of accessibility clients sending AccessibleValue messages to an accessible object.