[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
RE: [jdt-dev] Problem using PropertyChangeListener in a FieldEditor
|
Hi, Gautam.
The jdt-dev mailing list is for use by people working on
(not with) JDT. Please post your question on the eclipse.tools.jdt
newsgroup, where it will be read by many more people and where any answers will
be archived for future searches. You can read about using the newsgroups
at http://www.eclipse.org/newsgroups/ .
You may also want to provide some additional detail, so
that people can help you. For instance, it would be good to know what
troubleshooting steps you have tried, and you might want to include a code
snippet.
Thanks!
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