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()
お役に立てれば。