Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
SWT.MULTI を使用したテーブル テーブルがあります。今、選択した行を取得したいと思います。これまでは、単一の選択があり、選択リスナーで選択された行を取得していました。しかし、SWT.Multi テーブルの選択された行を取得するにはどうすればよいでしょうか?
誰でも私を助けることができますか?
table.getSelection()の配列を返しますTableItems。
table.getSelection()
TableItems