Kaydet (Commit) 80bc28dc authored tarafından Stephan Wunderlich's avatar Stephan Wunderlich

CHG: added ObjRelation for XAccessibleText

üst 2bae14af
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: AccessibleButton.java,v $ * $RCSfile: AccessibleButton.java,v $
* *
* $Revision: 1.1 $ * $Revision: 1.2 $
* *
* last change: $Date: 2003-01-27 18:19:33 $ * last change: $Date: 2003-03-31 10:03: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
...@@ -193,6 +193,9 @@ public class AccessibleButton extends lib.TestCase { ...@@ -193,6 +193,9 @@ public class AccessibleButton extends lib.TestCase {
tEnv.addObjRelation("XAccessibleText.Text", text.getText()); tEnv.addObjRelation("XAccessibleText.Text", text.getText());
tEnv.addObjRelation("EditOnly",
"This method isn't supported in this component");
return tEnv; return tEnv;
} }
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: AccessibleCheckBox.java,v $ * $RCSfile: AccessibleCheckBox.java,v $
* *
* $Revision: 1.2 $ * $Revision: 1.3 $
* *
* last change: $Date: 2003-03-27 11:59:51 $ * last change: $Date: 2003-03-31 10:06:18 $
* *
* 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
...@@ -208,6 +208,9 @@ public class AccessibleCheckBox extends TestCase { ...@@ -208,6 +208,9 @@ public class AccessibleCheckBox extends TestCase {
tEnv.addObjRelation("XAccessibleText.Text", text.getText()); tEnv.addObjRelation("XAccessibleText.Text", text.getText());
tEnv.addObjRelation("EditOnly",
"This method isn't supported in this component");
return tEnv; return tEnv;
} }
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: AccessibleFixedText.java,v $ * $RCSfile: AccessibleFixedText.java,v $
* *
* $Revision: 1.1 $ * $Revision: 1.2 $
* *
* last change: $Date: 2003-01-27 18:19:31 $ * last change: $Date: 2003-03-31 10:08:25 $
* *
* 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
...@@ -215,6 +215,9 @@ public class AccessibleFixedText extends TestCase { ...@@ -215,6 +215,9 @@ public class AccessibleFixedText extends TestCase {
tEnv.addObjRelation("XAccessibleText.Text", text.getText()); tEnv.addObjRelation("XAccessibleText.Text", text.getText());
tEnv.addObjRelation("EditOnly",
"This method isn't supported in this component");
return tEnv; return tEnv;
} }
......
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