I created one ComboFieldEditor in my code and I want to get the value before storing it in the Preference store. In the case of StringFieldEditor there is one method like getStringValue(). But in the case of ComboFieldEditor, there is no such method.So How can I get those values which I gave and use them?
I created one ComboFieldEditor in my code and I want to get the value
Share
The getNewValue will provide you the user selected value. Alternately you can call store and read from the preference store.