How do I change content of ComboFieldEditor?
Posted
by fastcodejava
on Stack Overflow
See other posts from Stack Overflow
or by fastcodejava
Published on 2010-04-19T07:50:25Z
Indexed on
2010/04/19
7:53 UTC
Read the original article
Hit count: 315
I want to change the values on one ComboFieldEditor depending on another ComboFieldEditor in an eclipse plugin. E.g. if the user changes the package, different classes need to be populated in the second ComboFieldEditor. The ComboFieldEditor class does not seem to to have a way to change the items on the fly.
© Stack Overflow or respective owner