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

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -