如何使用Eclipse e4 API实现PropertyPage?
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何使用Eclipse e4 API实现PropertyPage?相关的知识,希望对你有一定的参考价值。
使用Eclipse插件,使用3.x API,可以在org.eclipse.ui.propertyPages
扩展点的帮助下为项目特定设置(例如,Project / Properties / MyPlugin / ...)实现属性页面, org.eclipse.ui.dialogs.PropertyPage
对话框。
是否有e4方法来实现这样的属性页?
答案
在纯e4应用程序中,对此的支持很少。
您可以使用构成3.x代码基础的org.eclipse.jface.preference
包中的类 - PreferenceManager
,PreferenceDialog
,PreferencePage
(用于首选项和属性页)。
您必须编写自己的代码才能将页面添加到首选项管理器并显示属性对话框。
以上是关于如何使用Eclipse e4 API实现PropertyPage?的主要内容,如果未能解决你的问题,请参考以下文章
org.eclipse.e4.core.di.InjectionException:org.eclipse.swt.SWTException: Widget is disposed