How to bind multi selection indices of an SWT list?
I want to bind the current multiselection i开发者_如何学JAVAndices of a SWT list to my model. Ideally I would bind an int[] that represents the selected indices as returned by list.getSelectionIndices().
Is this possible using JFace Databinding?
加载中,请稍侯......
精彩评论