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 程序。
我想做一个注销按钮。通过单击此按钮,用户应返回到初始屏幕,因此他必须再次登录。
这可能吗?
提前致谢。
如果您使用org.eclipse.ui.IWorkbench.restart()它,它将返回并再次运行启动画面。
org.eclipse.ui.IWorkbench.restart()