Kaydet (Commit) ef07979a authored tarafından Pascal Junck's avatar Pascal Junck

INTEGRATION: CWS qadev19 (1.9.70); FILE MERGED

2004/10/21 12:08:50 cn 1.9.70.2: #i35923# at.printAccessibleTree(log, xRoot,tParam.getBool(util.PropertyName.DEBUG_IS_ACTIVE)) added
2004/09/27 13:42:01 cn 1.9.70.1: #i34677# use at.getCurrentContainerWindow() instead of at.getCurrentWindow()
üst 9ad3e6ec
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: AccessibleStatusBarItem.java,v $ * $RCSfile: AccessibleStatusBarItem.java,v $
* *
* $Revision: 1.9 $ * $Revision: 1.10 $
* *
* last change:$Date: 2004-01-05 20:39:08 $ * last change:$Date: 2004-11-02 12:16:05 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -191,13 +191,13 @@ public class AccessibleStatusBarItem extends TestCase { ...@@ -191,13 +191,13 @@ public class AccessibleStatusBarItem extends TestCase {
AccessibilityTools at = new AccessibilityTools(); AccessibilityTools at = new AccessibilityTools();
XWindow xWindow = at.getCurrentWindow( XWindow xWindow = at.getCurrentContainerWindow(
(XMultiServiceFactory) tParam.getMSF(), (XMultiServiceFactory) tParam.getMSF(),
aModel); aModel);
XAccessible xRoot = at.getAccessibleObject(xWindow); XAccessible xRoot = at.getAccessibleObject(xWindow);
//at.printAccessibleTree(log,xRoot); at.printAccessibleTree(log, xRoot, tParam.getBool(util.PropertyName.DEBUG_IS_ACTIVE));
XAccessibleContext statusbar = at.getAccessibleObjectForRole(xRoot, XAccessibleContext statusbar = at.getAccessibleObjectForRole(xRoot,
AccessibleRole.STATUS_BAR); AccessibleRole.STATUS_BAR);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment