如何使eclipse视图完全不可关闭?

时间:2013-09-05 10:44:59

标签: eclipse eclipse-rcp

在我的Eclipse RCP应用程序中,我有一个永远不应该关闭的视图。 要从视图标题中删除“关闭”按钮并且不允许分离视图(在此用户可以关闭分离的窗口之后)我添加了行

layout.getViewLayout("my_view_id").setCloseable(false);
layout.getViewLayout("my_view_id").setMoveable(false);

in

createInitialLayout(IPageLayout layout) { ... }

透视课的方法。

但关闭视图的另一种方法仍然是:用户可以最小化视图,然后通过最小化图标的上下文菜单关闭它:

close context menu

如何从上下文菜单中删除“关闭”菜单项或不允许在最小化视图上显示上下文菜单?

1 个答案:

答案 0 :(得分:0)

使用Perspective Extension添加视图并设置" Closable"属性为false This is a image showing the Properties