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.
テーブルビューで行を選択すると、特定の列の値を取得する必要があります。私はこのようにやっていますが、Column 値ではなく ObjectList 値を返しています
tableviewgetSelectionModel().getSelectedItem()
列の正確な値を取得したい場合は、最初にオブジェクトを特定の汎用クラスにキャストしてから、それらの値を取得する必要があります。
リンクを見る
https://forums.oracle.com/thread/2309693