1;
2; Copyright (c) 2005, 2018, 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'
29EXPORTS
30
31    addJavaEventNotification
32    removeJavaEventNotification
33    addAccessibilityEventNotification
34    removeAccessibilityEventNotification
35
36    Windows_run
37
38    getAccessibleTableInfo
39    getAccessibleTableCellInfo
40
41    getAccessibleTableRowHeader
42    getAccessibleTableColumnHeader
43
44    getAccessibleTableRowDescription
45    getAccessibleTableColumnDescription
46
47    isAccessibleTableRowSelected
48    isAccessibleTableColumnSelected
49
50    getAccessibleTableColumnSelectionCount
51    getAccessibleTableRowSelectionCount
52
53    getAccessibleTableColumnSelections
54    getAccessibleTableRowSelections
55
56    getAccessibleTableRow
57    getAccessibleTableColumn
58    getAccessibleTableIndex
59
60    getAccessibleRelationSet
61
62    getAccessibleHypertext
63    activateAccessibleHyperlink
64    getAccessibleHyperlinkCount
65    getAccessibleHypertextExt
66    getAccessibleHypertextLinkIndex
67    getAccessibleHyperlink
68
69    getAccessibleKeyBindings
70    getAccessibleIcons
71    getAccessibleActions
72    doAccessibleActions
73
74    setTextContents
75    getParentWithRole
76    getParentWithRoleElseRoot
77    getTopLevelObject
78    getObjectDepth
79    getActiveDescendent
80
81    getVirtualAccessibleName
82    requestFocus
83    selectTextRange
84    getTextAttributesInRange
85    getVisibleChildrenCount
86    getVisibleChildren
87    setCaretPosition
88    getCaretLocation
89
90    getEventsWaiting
91
92    releaseJavaObject
93    getVersionInfo
94
95    isJavaWindow
96    isSameObject
97    getAccessibleContextFromHWND
98    getHWNDFromAccessibleContext
99
100    getAccessibleContextAt
101    getAccessibleContextWithFocus
102    getAccessibleContextInfo
103    getAccessibleChildFromContext
104    getAccessibleParentFromContext
105
106    getAccessibleTextInfo
107    getAccessibleTextItems
108    getAccessibleTextSelectionInfo
109    getAccessibleTextAttributes
110    getAccessibleTextRect
111    getAccessibleTextLineBounds
112    getAccessibleTextRange
113
114    getCurrentAccessibleValueFromContext
115    getMaximumAccessibleValueFromContext
116    getMinimumAccessibleValueFromContext
117
118    addAccessibleSelectionFromContext
119    clearAccessibleSelectionFromContext
120    getAccessibleSelectionFromContext
121    getAccessibleSelectionCountFromContext
122    isAccessibleChildSelectedFromContext
123    removeAccessibleSelectionFromContext
124    selectAllAccessibleSelectionFromContext
125
126    setPropertyChangeFP
127    setJavaShutdownFP
128    setFocusGainedFP
129    setFocusLostFP
130    setCaretUpdateFP
131    setMouseClickedFP
132    setMouseEnteredFP
133    setMouseExitedFP
134    setMousePressedFP
135    setMouseReleasedFP
136    setMenuCanceledFP
137    setMenuDeselectedFP
138    setMenuSelectedFP
139    setPopupMenuCanceledFP
140    setPopupMenuWillBecomeInvisibleFP
141    setPopupMenuWillBecomeVisibleFP
142
143    setPropertyNameChangeFP
144    setPropertyDescriptionChangeFP
145    setPropertyStateChangeFP
146    setPropertyValueChangeFP
147    setPropertySelectionChangeFP
148    setPropertyTextChangeFP
149    setPropertyCaretChangeFP
150    setPropertyVisibleDataChangeFP
151    setPropertyChildChangeFP
152    setPropertyActiveDescendentChangeFP
153    setPropertyTableModelChangeFP
154