I'd like to create a preferences page on my e4 pure-RCP application (no Workbench involved).
I've looked into Vogella's blogs and only found references to re-using the e3 preference page.
Please note that I'm interested only in the UI, while the storage is already managed.
How can I re-use the preference page in e4?
Thanks, regards

有帮助吗?

解决方案

You can use the JFace org.eclipse.jface.preference.PreferenceDialog, PreferencePage, PreferenceNode and PreferenceManager classes (anything in JFace).

You can't use the org.eclipse.ui.preferencePages extension point so you will to define your own way of managing the pages (perhaps with a similar extension point).

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top