Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要将 WebView 的拖动事件作为 SWT 拖动事件提供。例如,每当 WebView 中的拖动事件(DOM 元素被拖动,contentEditable=true)时,我需要触发一个等效的 SWT 拖动事件来代替发送,因此,我可以重用 SWT API。任何人都已经这样做了,并且可以就如何实现这一点提供一些提示?
刚刚意识到 SWT 的 DNDEvent 是包保护的,不能从外部实例化。会有解决方法,但不确定我是否会走在正确的轨道上。
谢谢!
使用StructuredSelection来自 JFace。我认为这也应该适用于你WebView。
StructuredSelection
WebView