do we have org.eclipse.jface.dialogs.InputDialog with combobox -


similar org.eclipse.jface.dialogs.inputdialog, want show combo box, loaded values, user. user should able select list of values or type in own value. cannot use parent/composit. want work similar inputdialog, combo box instead of text box (as in inputdialog). please suggest way achieve this.

there no such dialog built-in, inherit org.eclipse.jface.dialogs.dialog , create own.


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -