[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools] Re: What's the best way to notify an editor of preference changes?
|
Ah, I see your problem, you've got those 25 options and you don't want to
repaint the editor for each change. Hmmm.. I figure you'll have to implement
your own Observer there.
Thomas
jamsden@xxxxxxxxxx wrote:
> That's true, but FieldEditorPerferencePage.performOk() calls
> preferenceStore.store(...) once for each field editor on the page.
> Wouldn't this cause an event for each field rather than one for the whole
> page?