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

CHG: added ObjRelation for XAccessibleEventBroadcaster

üst 02cdb170
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: AccessibleMenuItem.java,v $ * $RCSfile: AccessibleMenuItem.java,v $
* *
* $Revision: 1.4 $ * $Revision: 1.5 $
* *
* last change: $Date: 2003-03-26 12:49:28 $ * last change: $Date: 2003-03-26 13:58:33 $
* *
* 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
...@@ -192,6 +192,8 @@ public class AccessibleMenuItem extends TestCase { ...@@ -192,6 +192,8 @@ public class AccessibleMenuItem extends TestCase {
tEnv.addObjRelation("EditOnly","Can't change or select Text in MenuBarItem"); tEnv.addObjRelation("EditOnly","Can't change or select Text in MenuBarItem");
tEnv.addObjRelation("Destroy", new Boolean(true));
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