diff dwt/accessibility/AccessibleControlAdapter.d @ 123:63a09873578e

Fixed compile errors
author Jacob Carlborg <doob@me.com>
date Thu, 15 Jan 2009 23:08:54 +0100
parents d8635bb48c7c
children
line wrap: on
line diff
--- a/dwt/accessibility/AccessibleControlAdapter.d	Wed Dec 31 21:01:13 2008 +0100
+++ b/dwt/accessibility/AccessibleControlAdapter.d	Thu Jan 15 23:08:54 2009 +0100
@@ -44,7 +44,7 @@
  * @since 2.0
  */
 public abstract class AccessibleControlAdapter : AccessibleControlListener {
-
+    
     /**
      * Sent when an accessibility client requests the identifier
      * of the control child at the specified display coordinates.
@@ -65,7 +65,7 @@
      */
     public void getChildAtPoint (AccessibleControlEvent e) {
     }
-
+    
     /**
      * Sent when an accessibility client requests the location
      * of the control, or the location of a child of the control.
@@ -83,7 +83,7 @@
      */
     public void getLocation (AccessibleControlEvent e) {
     }
-
+    
     /**
      * Sent when an accessibility client requests the accessible object
      * for a child of the control.
@@ -102,7 +102,7 @@
      */
     public void getChild (AccessibleControlEvent e) {
     }
-
+    
     /**
      * Sent when an accessibility client requests the number of
      * children in the control.
@@ -118,7 +118,7 @@
      */
     public void getChildCount (AccessibleControlEvent e) {
     }
-
+    
     /**
      * Sent when an accessibility client requests the default action
      * of the control, or the default action of a child of the control.
@@ -140,7 +140,7 @@
      */
     public void getDefaultAction (AccessibleControlEvent e) {
     }
-
+    
     /**
      * Sent when an accessibility client requests the identity of
      * the child or control that has keyboard focus.
@@ -159,7 +159,7 @@
      */
     public void getFocus (AccessibleControlEvent e) {
     }
-
+    
     /**
      * Sent when an accessibility client requests the role
      * of the control, or the role of a child of the control.
@@ -177,7 +177,7 @@
      */
     public void getRole (AccessibleControlEvent e) {
     }
-
+    
     /**
      * Sent when an accessibility client requests the identity of
      * the child or control that is currently selected.
@@ -197,7 +197,7 @@
      */
     public void getSelection (AccessibleControlEvent e) {
     }
-
+    
     /**
      * Sent when an accessibility client requests the state
      * of the control, or the state of a child of the control.
@@ -215,7 +215,7 @@
      */
     public void getState (AccessibleControlEvent e) {
     }
-
+    
     /**
      * Sent when an accessibility client requests the value
      * of the control, or the value of a child of the control.
@@ -239,7 +239,7 @@
      */
     public void getValue (AccessibleControlEvent e) {
     }
-
+    
     /**
      * Sent when an accessibility client requests the children of the control.
      * The default behavior is to do nothing.