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.
我现在面临的问题是,我希望tabbedfolder单击按钮上的特定选项卡成为活动选项卡。我已经尝试了setFocus()此选项卡中包含的复合材料的方法,但它不起作用怎么做?
tabbedfolder
setFocus()
尝试使用
tabFolder.setSelection(tabIndex/tabItem)
此外,您可能想使用
tabItem.getControl().setFocus()
希望这可以帮助。