Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » preference extension point logic
preference extension point logic [message #333191] Fri, 28 November 2008 16:49 Go to next message
Kai Schlamp is currently offline Kai SchlampFriend
Messages: 344
Registered: July 2009
Senior Member
Hello.

For my RCP App I want to build my custom preference dialog with my
custom preference page extension point.
Can someone please point me to the class(es) of the Eclipse Platfrom,
where the normal logic of the preference pages (building the prefence
tree from the extension registry and so on) is located.
Thanks a lot in advance.

Best regards,
Kai
Re: preference extension point logic [message #333231 is a reply to message #333191] Mon, 01 December 2008 15:34 Go to previous message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog.cr eateDialogOn(Shell,
String) is where we gather the pieces for the Workbench Preference Dialog.

org.eclipse.ui.internal.WorkbenchPlugin.getPreferenceManager () is where
we build our preference manager, and
org.eclipse.ui.internal.registry.PreferencePageRegistryReade r is where
we read in the WorkbenchPreferenceNodes.

PW


--
Paul Webster
http://wiki.eclipse.org/Platform_Command_Framework
http://wiki.eclipse.org/Command_Core_Expressions
http://wiki.eclipse.org/Menu_Contributions
http://wiki.eclipse.org/Menus_Extension_Mapping
http://help.eclipse.org/ganymede/index.jsp?topic=/org.eclips e.platform.doc.isv/guide/workbench.htm


Previous Topic:Testing an IResourceChangeListener?
Next Topic:Running command in another plugin
Goto Forum:
  


Current Time: Tue Jul 30 19:30:15 GMT 2024

Powered by FUDForum. Page generated in 0.03047 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top