Eclipse RCP:org.eclipse.ui.views.showView 参数
我想使用命令在我的 RCP 应用程序中显示特定视图。使用 showView 打开一个对话框来选择视图。有没有什么办法可以不用选择对话框呢?我尝试了参数但没有帮助。 plugin.xml 的相关部分如下。 com.dbtek.hyperbola.views.contactsView 是我的视图 ID
I want to show a specific view in my RCP application using a command. Using showView opens a dialog to select view. Is there any way to do without selection dialog? I tried parameters but didn't help. Related part of plugin.xml is below.
com.dbtek.hyperbola.views.contactsView is my view ID
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要添加一个带有要显示的视图 ID 的命令参数。例如
You need to add a command parameter with the id of the view to show. E.g.