java - JFace ComboViewer with a header entry? -
i'm interested in populating comboviewer list of objects. know jface has nice features support that, if want make first entry in comboviewer <select connection>
or other dummy entry doesn't have object associated it? there simple generic solution it?
you tablecombo widget nebula project. can create tablecomboviewer input, selection listeners etc. set text of combo independently current selection.
tablecomboviewer viewer = ... ... viewer.gettablecombo().settext("...");
i use in current project. tablecombo in alpha state, in application works quite fine.
Comments
Post a Comment