Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

Uses of Class
org.eclipse.swt.accessibility.AccessibleControlEvent

Packages that use AccessibleControlEvent
org.eclipse.swt.accessibility SWT Accessibility. 
 

Uses of AccessibleControlEvent in org.eclipse.swt.accessibility
 

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.
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire