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.
私の RCP アプリケーションには 2 つのビューがあり、view1 にはボタンが含まれています。このボタンは、マウス クリックでビュー 1 からビュー 2 に切り替えます。
ボタン クリック ハンドラーでは、次のようにする必要があります。
getSite().getWorkbenchWindow().getActivePage().findView("ViewID").setFocus()