[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform] ComboFielEditor / FieldEditor update/change

Hi There

I am using a PreferencePage (C) with a few ComboFieldEditors. The content is defined by other preferencePages (A and B).
So in A and B some contents are set, which should be displayed in C. *


Problem is: if a new content is set in A or B, and C was already initialized/displayed, the new content is not updated in C (of course, because the combos are just initialized). But I can't find any means of updating the values for a ComboFieldEditor, nor does reinitializing work.

Any ideas, is there a way? At this point I don't even care if it's a right way or just a workaround.

Thanx for any input.
Thomas


*) The structure has to be like this, since plug-in A and B can exist on their own. Plug-In C needs A and B and provides new feature on combining them.