Register a PreferencePage at runtime? [message #639106] |
Mon, 15 November 2010 05:37  |
Eclipse User |
|
|
|
Hello,
I want to register and create preference pages at runtime, wthout use of the 'org.eclipse.ui.preferencePages.page' Extensionpoint.
Is this possible? and if yes, how?
Thanks,
Jan
|
|
|
|
Re: Register a PreferencePage at runtime? [message #734597 is a reply to message #639238] |
Sat, 08 October 2011 16:18  |
Eclipse User |
|
|
|
Paul Webster wrote on Mon, 15 November 2010 12:42You can instantiate your own
org.eclipse.jface.preference.PreferenceDialog.PreferenceDial og(Shell,
PreferenceManager) with your own preference pages.
it won't be hooked up to the standard workbench preference system,
though, which is controlled by a subclass. See
org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog.cr eateDialogOn(Shell,
String)
PW
--
Paul Webster
Paul,
Can you take a look at this "related" post?
http://www.eclipse.org/forums/index.php/t/237702/
Maybe you can explain that behavior.
Thanks.
|
|
|
Powered by
FUDForum. Page generated in 0.24278 seconds