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
Post a Comment