Posted By:
Jon_Benton
Posted On:
Tuesday, January 8, 2002 03:06 PM
Hm...well, you could call the listeners yourself when you call setRowSelectionInterval.
But that doesn't answer the question, which is an interesting one. Intuitively, you'd expect valueChanged to get pinged when setRowSelectionInterval is called. Perhaps the designers didn't want to assume how you wanted your application to behave when you called setRowSelectionInterval.
Jon