Double click callback on a cell in uitable without Java?
8 ビュー (過去 30 日間)
古いコメントを表示
After google-ing for a while, I cannot find a feasible solution to realize the double click callback on a cell in uitable.
Does anyone have a better idea or workaround for this? without java or findjobj.
0 件のコメント
回答 (1 件)
Walter Roberson
2015 年 9 月 7 日
How about CellSelectionCallback and test the figure SelectionType property for 'open' ?
2 件のコメント
Stefanie Schwarz
2020 年 10 月 2 日
編集済み: Stefanie Schwarz
2020 年 10 月 2 日
In R2020a and ealier, 'SelectionType' was not honorored by UItables; starting from R2020b, the above solution should work.
参考
カテゴリ
Help Center および File Exchange で Environment and Settings についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!