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

INTEGRATION: CWS qadev19 (1.7.70); FILE MERGED

2004/10/21 12:09:55 cn 1.7.70.1: #i35923# at.printAccessibleTree(log, xRoot,tParam.getBool(util.PropertyName.DEBUG_IS_ACTIVE)) added
üst 0e86dcd6
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: AccessibleButton.java,v $ * $RCSfile: AccessibleButton.java,v $
* *
* $Revision: 1.7 $ * $Revision: 1.8 $
* *
* last change: $Date: 2004-01-05 20:31:29 $ * last change: $Date: 2004-11-02 12:12:58 $
* *
* 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
...@@ -166,7 +166,7 @@ public class AccessibleButton extends lib.TestCase { ...@@ -166,7 +166,7 @@ public class AccessibleButton extends lib.TestCase {
XAccessible xRoot = at.getAccessibleObject(xWindow); XAccessible xRoot = at.getAccessibleObject(xWindow);
// at.printAccessibleTree(log, xRoot); at.printAccessibleTree(log, xRoot, Param.getBool(util.PropertyName.DEBUG_IS_ACTIVE));
oObj = at.getAccessibleObjectForRole(xRoot, AccessibleRole.PUSH_BUTTON, oObj = at.getAccessibleObjectForRole(xRoot, AccessibleRole.PUSH_BUTTON,
"Cancel"); "Cancel");
......
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