December 2008
Intermediate to advanced
928 pages
21h 26m
English
Most Eclipse plug-ins provide user-configurable preferences for controlling how they will execute and display information. The preference framework provides a mechanism for displaying these options to the user and saving the values across multiple Eclipse sessions. This chapter discusses how to create an Eclipse preference page and the techniques for recording and restoring a plug-in’s preferences.
You need to contribute a preference page that will allow users to select the columns that will be visible to the Favorites product. To accomplish this, create an org.eclipse.ui.preferencePages extension in the plug-in manifest. Fortunately, Eclipse provides a wizard for ...
Read now
Unlock full access