Methods in
org.eclipse.swt.accessibility with parameters of type
AccessibleControlEvent
|
void
|
AccessibleControlListener.
getChild
(
AccessibleControlEvent e)
Sent when an accessibility client requests the accessible object
for a child of the control. |
void
|
AccessibleControlAdapter.
getChild
(
AccessibleControlEvent e)
Sent when an accessibility client requests the accessible object
for a child of the control. |
void
|
AccessibleControlListener.
getChildAtPoint
(
AccessibleControlEvent e)
Sent when an accessibility client requests the identifier
of the control child at the specified display coordinates. |
void
|
AccessibleControlAdapter.
getChildAtPoint
(
AccessibleControlEvent e)
Sent when an accessibility client requests the identifier
of the control child at the specified display coordinates. |
void
|
AccessibleControlListener.
getChildCount
(
AccessibleControlEvent e)
Sent when an accessibility client requests the number of
children in the control. |
void
|
AccessibleControlAdapter.
getChildCount
(
AccessibleControlEvent e)
Sent when an accessibility client requests the number of
children in the control. |
void
|
AccessibleControlListener.
getChildren
(
AccessibleControlEvent e)
Sent when an accessibility client requests the children of the control. |
void
|
AccessibleControlAdapter.
getChildren
(
AccessibleControlEvent e)
Sent when an accessibility client requests the children of the control. |
void
|
AccessibleControlListener.
getDefaultAction
(
AccessibleControlEvent e)
Sent when an accessibility client requests the default action
of the control, or the default action of a child of the control. |
void
|
AccessibleControlAdapter.
getDefaultAction
(
AccessibleControlEvent e)
Sent when an accessibility client requests the default action
of the control, or the default action of a child of the control. |
void
|
AccessibleControlListener.
getFocus
(
AccessibleControlEvent e)
Sent when an accessibility client requests the identity of
the child or control that has keyboard focus. |
void
|
AccessibleControlAdapter.
getFocus
(
AccessibleControlEvent e)
Sent when an accessibility client requests the identity of
the child or control that has keyboard focus. |
void
|
AccessibleControlListener.
getLocation
(
AccessibleControlEvent e)
Sent when an accessibility client requests the location
of the control, or the location of a child of the control. |
void
|
AccessibleControlAdapter.
getLocation
(
AccessibleControlEvent e)
Sent when an accessibility client requests the location
of the control, or the location of a child of the control. |
void
|
AccessibleControlListener.
getRole
(
AccessibleControlEvent e)
Sent when an accessibility client requests the role
of the control, or the role of a child of the control. |
void
|
AccessibleControlAdapter.
getRole
(
AccessibleControlEvent e)
Sent when an accessibility client requests the role
of the control, or the role of a child of the control. |
void
|
AccessibleControlListener.
getSelection
(
AccessibleControlEvent e)
Sent when an accessibility client requests the identity of
the child or control that is currently selected. |
void
|
AccessibleControlAdapter.
getSelection
(
AccessibleControlEvent e)
Sent when an accessibility client requests the identity of
the child or control that is currently selected. |
void
|
AccessibleControlListener.
getState
(
AccessibleControlEvent e)
Sent when an accessibility client requests the state
of the control, or the state of a child of the control. |
void
|
AccessibleControlAdapter.
getState
(
AccessibleControlEvent e)
Sent when an accessibility client requests the state
of the control, or the state of a child of the control. |
void
|
AccessibleControlListener.
getValue
(
AccessibleControlEvent e)
Sent when an accessibility client requests the value
of the control, or the value of a child of the control. |
void
|
AccessibleControlAdapter.
getValue
(
AccessibleControlEvent e)
Sent when an accessibility client requests the value
of the control, or the value of a child of the control. |