Krishnaveni
Krishnaveni

Reputation: 809

Add values Dynamically to ComboFieldEditor

I am doing a preference page in eclipse for my plugin. I need to add values dynamically - at runtime, in the Combo field editor, in my preference page. Is there a way to do this.

Upvotes: 0

Views: 143

Answers (1)

greg-449
greg-449

Reputation: 111142

org.eclipse.jface.preference.ComboFieldEditor does not support this.

The source code for this is not very large (220 lines), you could copy it and modify it to do what you want.

Upvotes: 2

Related Questions