gpt4 book ai didi

java - Eclipse RCP : How to bring existing WorkbenchWindow to the top?

转载 作者:太空宇宙 更新时间:2023-11-04 12:33:56 24 4
gpt4 key购买 nike

在我的 RCP 应用程序中,我创建了多个 WorkbenchWindow。一旦打开多个窗口,我想以编程方式将其中一个窗口置于顶部。在我的代码中,我可以找到我想要执行此操作的“theWindow”(IWorkbenchWindow 类型),但我不确定如何将其置于顶部(将其设置为 Activity 状态?)

最佳答案

您可以尝试以下操作吗:

theWindow.getShell().setFocus();

如果这不起作用,请尝试在同一 shell 上调用 forceFocus()

关于java - Eclipse RCP : How to bring existing WorkbenchWindow to the top?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37535980/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com