I keep two files for preferences: one office-wide file shared by all
users and another personal preference file for each user. The idea is
to have system-wide preferences that only privileged users can change,
and personal preferences that each user can maintain to his own liking.
JFace's PreferenceDialog class seems to only deal with one file even
though you can use multiple pages/nodes. So how can I make use of the
PreferenceDialog functionality and still be able to keep system/office
preferences separate from personal/user preferences?
Open to anyone's ideas...
Mark