Kaydet (Commit) 27c24708 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS uaa03 (1.16.8); FILE MERGED

2003/05/20 08:46:19 obr 1.16.8.1: #i14623# ComboBox.java Tree.java
COLLAPSED state has been removed from UAA

#109167#,#108096# AccessBridge.java WindowsAccessBridgeAdapter.java AccessibleObjectFactory.java
Replaced the XAccessibleTopWindowMap interface with a jni component that registers at VCL on Windows to retrieve the necessary events for registering popup windows and to extract the HWND for every window opened.

The pure java bridge now uses XTopWindowListener and XExtendedToolkit to retrieve WINDOW_OPENED and WINDOW_CLOSED events.
üst 41c07e79
...@@ -57,8 +57,6 @@ ...@@ -57,8 +57,6 @@
package org.openoffice.java.accessibility; package org.openoffice.java.accessibility;
import org.openoffice.accessibility.internal.*;
import java.lang.ref.WeakReference; import java.lang.ref.WeakReference;
import javax.accessibility.Accessible; import javax.accessibility.Accessible;
import javax.accessibility.AccessibleStateSet; import javax.accessibility.AccessibleStateSet;
...@@ -101,7 +99,7 @@ public class AccessibleObjectFactory { ...@@ -101,7 +99,7 @@ public class AccessibleObjectFactory {
getEventQueue().postEvent(new java.awt.event.WindowEvent(w, java.awt.event.WindowEvent.WINDOW_DEACTIVATED)); getEventQueue().postEvent(new java.awt.event.WindowEvent(w, java.awt.event.WindowEvent.WINDOW_DEACTIVATED));
} }
protected static java.awt.Component getAccessibleComponent(XAccessible xAccessible) { public static java.awt.Component getAccessibleComponent(XAccessible xAccessible) {
java.awt.Component c = null; java.awt.Component c = null;
if (xAccessible != null) { if (xAccessible != null) {
// Retrieve unique id for the original UNO object to be used as a hash key // Retrieve unique id for the original UNO object to be used as a hash key
......
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