标签: java eclipse-plugin ccombo
我有一个“CCombo”框和一个List。我希望当用户点击其下拉列表时,列表中的所有项目都会被加载到其中。但问题是,如果用户在下拉列表中多次点击,则会一次又一次地将项目添加到其中。并在UI上显示这些元素。用户找到重复的项目。
所以我只想知道,我们可以从CCombo中删除重复的项目。如果是,那么请指导我。
答案 0 :(得分:1)
使用removeAll()的{{1}}或remove(int start, int end)。
removeAll()
remove(int start, int end)
价:http://help.eclipse.org/indigo/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Freference%2Fapi%2Forg%2Feclipse%2Fswt%2Fcustom%2FCCombo.html