1 ;
   2 ; Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
   3 ; DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4 ;
   5 ; This code is free software; you can redistribute it and/or modify it
   6 ; under the terms of the GNU General Public License version 2 only, as
   7 ; published by the Free Software Foundation.  Oracle designates this
   8 ; particular file as subject to the "Classpath" exception as provided
   9 ; by Oracle in the LICENSE file that accompanied this code.
  10 ;
  11 ; This code is distributed in the hope that it will be useful, but WITHOUT
  12 ; ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13 ; FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14 ; version 2 for more details (a copy is included in the LICENSE file that
  15 ; accompanied this code).
  16 ;
  17 ; You should have received a copy of the GNU General Public License version
  18 ; 2 along with this work; if not, write to the Free Software Foundation,
  19 ; Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 ;
  21 ; Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 ; or visit www.oracle.com if you need additional information or have any
  23 ; questions.
  24 ;
  25 ;
  26 ;LIBRARY        WINDOWSACCESSBRIDGE
  27 
  28 ;DESCRIPTION 'WINDOWSACCESSBRIDGE.DLL'
  29 HEAPSIZE        4096
  30 EXPORTS
  31 
  32         addJavaEventNotification
  33         removeJavaEventNotification
  34         addAccessibilityEventNotification
  35         removeAccessibilityEventNotification
  36 
  37         Windows_run
  38 
  39         getAccessibleTableInfo
  40         getAccessibleTableCellInfo
  41 
  42         getAccessibleTableRowHeader
  43         getAccessibleTableColumnHeader
  44 
  45         getAccessibleTableRowDescription
  46         getAccessibleTableColumnDescription
  47 
  48         isAccessibleTableRowSelected
  49         isAccessibleTableColumnSelected
  50 
  51         getAccessibleTableColumnSelectionCount
  52         getAccessibleTableRowSelectionCount
  53 
  54         getAccessibleTableColumnSelections
  55         getAccessibleTableRowSelections
  56 
  57         getAccessibleTableRow
  58         getAccessibleTableColumn
  59         getAccessibleTableIndex
  60 
  61         getAccessibleRelationSet
  62 
  63         getAccessibleHypertext
  64         activateAccessibleHyperlink
  65         getAccessibleHyperlinkCount
  66         getAccessibleHypertextExt
  67         getAccessibleHypertextLinkIndex
  68         getAccessibleHyperlink
  69         
  70         getAccessibleKeyBindings
  71         getAccessibleIcons
  72         getAccessibleActions
  73         doAccessibleActions
  74 
  75         setTextContents
  76         getParentWithRole
  77         getParentWithRoleElseRoot
  78         getTopLevelObject
  79         getObjectDepth
  80         getActiveDescendent
  81 
  82         getVirtualAccessibleName
  83         requestFocus
  84         selectTextRange
  85         getTextAttributesInRange
  86         getVisibleChildrenCount
  87         getVisibleChildren
  88         setCaretPosition
  89         getCaretLocation
  90 
  91         getEventsWaiting
  92 
  93         releaseJavaObject
  94         getVersionInfo
  95 
  96         isJavaWindow
  97         isSameObject
  98         getAccessibleContextFromHWND
  99         getHWNDFromAccessibleContext
 100     
 101         getAccessibleContextAt
 102         getAccessibleContextWithFocus
 103         getAccessibleContextInfo
 104         getAccessibleChildFromContext
 105         getAccessibleParentFromContext
 106 
 107         getAccessibleTextInfo
 108         getAccessibleTextItems
 109         getAccessibleTextSelectionInfo
 110         getAccessibleTextAttributes
 111         getAccessibleTextRect
 112         getAccessibleTextLineBounds
 113         getAccessibleTextRange
 114 
 115         getCurrentAccessibleValueFromContext
 116         getMaximumAccessibleValueFromContext
 117         getMinimumAccessibleValueFromContext
 118             
 119         addAccessibleSelectionFromContext
 120         clearAccessibleSelectionFromContext
 121         getAccessibleSelectionFromContext
 122         getAccessibleSelectionCountFromContext
 123         isAccessibleChildSelectedFromContext
 124         removeAccessibleSelectionFromContext
 125         selectAllAccessibleSelectionFromContext
 126 
 127         setPropertyChangeFP
 128         setJavaShutdownFP
 129         setFocusGainedFP
 130         setFocusLostFP
 131         setCaretUpdateFP
 132         setMouseClickedFP
 133         setMouseEnteredFP
 134         setMouseExitedFP
 135         setMousePressedFP
 136         setMouseReleasedFP
 137         setMenuCanceledFP
 138         setMenuDeselectedFP
 139         setMenuSelectedFP
 140         setPopupMenuCanceledFP
 141         setPopupMenuWillBecomeInvisibleFP
 142         setPopupMenuWillBecomeVisibleFP
 143 
 144         setPropertyNameChangeFP
 145         setPropertyDescriptionChangeFP
 146         setPropertyStateChangeFP
 147         setPropertyValueChangeFP
 148         setPropertySelectionChangeFP
 149         setPropertyTextChangeFP
 150         setPropertyCaretChangeFP
 151         setPropertyVisibleDataChangeFP
 152         setPropertyChildChangeFP
 153         setPropertyActiveDescendentChangeFP
 154         setPropertyTableModelChangeFP