I need to avoid duplicate row selection in JTable. If previously selected row is selected again, I don't want to fire mouseevent or need some API which can tell me if it is a duplicate row selection. I can maintain indexes for previously selected rows, but want to avoid it , if possible
I am using JIDE table APIs in my functionality, so if there is any JIDE related method which can indicate such scenario.
- Thanks