Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-dev] Problem using PropertyChangeListener in a FieldEditor

Hi,

I am writing a plugin and I am creating a PreferencePage which extends FieldEditorPreferencePage.
Inside the createFieldEditors method I am creating a FieldEditor and setting a PropertyChangeListener
using setPropertyChangeListener. But when the value change no events are being fired.

Any ideas?

Thanks,

--Gautam

Back to the top