Вопрос

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