Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / GUI / February 2004

Tip: Looking for answers? Try searching our database.

JTable: how to listen for row selection change?

Thread view: 
Nick H - 04 Feb 2004 14:58 GMT
Hello,
    I'm using a JTable (using a DefaultTableModel) and I want to do
something whenever a different row is selected in a JTable. The closest
I've got is doing the same for columns, by attaching a
TableColumnModelListener to the column model of my table. But I can't
see any similar row listener.

Any ideas?
Thanks

Signature

Nick Howes

Thomas Fritsch - 04 Feb 2004 15:46 GMT
> Hello,
>     I'm using a JTable (using a DefaultTableModel) and I want to do
[quoted text clipped - 5 lines]
> Any ideas?
> Thanks

 table.getSelectionModel().addListSelectionListener(new ListSelectionListener()
 {
   public void valueChanged(ListSelectionEvent e)
   {
     // do what you want ...
   }
 });

______________________________________________________
Thomas <dot> Fritsch <at> ops <dot> de
Nick H - 05 Feb 2004 17:14 GMT
>> Hello,
>>     I'm using a JTable (using a DefaultTableModel) and I want to do
[quoted text clipped - 8 lines]
>    }
>  });

bingo


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.