org.eclipse.swt.accessibility |
|
Java Source File Name | Type | Comment |
ACC.java | Class | Class ACC contains all the constants used in defining an
Accessible object. |
Accessible.java | Class | |
AccessibleAdapter.java | Class | This adapter class provides default implementations for the
methods described by the AccessibleListener interface. |
AccessibleControlAdapter.java | Class | This adapter class provides default implementations for the
methods described by the AccessibleControlListener interface. |
AccessibleControlEvent.java | Class | 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. |
AccessibleControlListener.java | Interface | 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. |
AccessibleEvent.java | Class | Instances of this class are sent as a result of
accessibility clients sending messages to controls
asking for information about the control instance. |
AccessibleListener.java | Interface | 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. |
AccessibleTextAdapter.java | Class | This adapter class provides default implementations for the
methods described by the AccessibleTextListener interface. |
AccessibleTextEvent.java | Class | 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. |
AccessibleTextListener.java | Interface | 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. |