Vadeg wrote:
Greetings!
How can I track selection changes in the PropertySheetView? It seems, that table has a package scope.
There is no API for this. You'd have to fish around in the component hierarchy, find the JTable and listen to its SelectionModel.
Feel free to file an enhancement request w/ your use case if you think this would be a useful enhancement.
-Tim