I am working on an RCP Eclipse project. As I walked through the walkthroughs, I came across a preferences page and started working around it.
Now I need to dynamically change the values ββof ComboFieldEditor . As in the case when I make a choice on TextFieldEditor , the values ββof ComboFieldEditor should change. I tried to find the answer and even tried one of the solutions that I found in Stack Overflow, but I always had a NullPointerException . Can anyone help me in this regard?
Technically, I want to dynamically change values ββin ComboFieldEditor . As with the start of the listener, I want to add new values ββto my list. I tried this solution, but I kept getting a NullPointerException .
source share