Hi Eugene,
Please use the following piece of code:
IListSelectionListener listener = new IListSelectionListener() {
public void valueChanged(ListSelectionEvent event) {
System.out.println("Selection Changed");
}
};
table.getColumnModel().getSelectionModel().addListSelectionListener(
listener);
Thanks and regards,
Janak
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Eugene Coelho
Sent: Wednesday, August 02, 2006 11:20 AM
To: UlC Devleoper list
Subject: [ULC-developer] ULCTable selecting a cell and ListSelectionListener
Hi,
I am using ULC libraries 6.0.4
In ULCTable with a ListSelection Listener
when fist cell is selected in a row it causes round trip, but subsequent
selections in that row dont cause any round trip
where as if i move to some other row and come back to the previous row
round trip occurs .
I want the List Selection Listener to get fired every time the cell in the
table is selected how can i achieve this result so that in my applications
status bar i print the relevant error information about the cell ?
Thanks,
Eugene
Groups are talking. We´re listening. Check out the handy changes to Yahoo!
Groups.
_______________________________________________
ULC-developer mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/ulc-developer