Re: JTable cell selection event
From: JavaGuru (hilizbabe_at_yahoo.com)
Date: 10/30/03
- Previous message: Paul Thomas: "Multiple JVM instances for Browsers"
- In reply to: Don: "JTable cell selection event"
- Next in thread: Don: "Re: JTable cell selection event"
- Reply: Don: "Re: JTable cell selection event"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 29 Oct 2003 15:45:04 -0800
You can use the quicktable verison of JTable, it generates an event
whenever a user modifies a cell and exits the cell. You have the
option to accept the user changes or set a new value to the cell.
http://dbtable.hypermart.net/doc/quick/dbtable/DBTableCellListener.html
java.lang.Object cellValueChanged(int row, int col, java.lang.Object
oldValue, java.lang.Object newValue)
For more information have a look at QuickTable
(http://dbtable.hypermart.net)
Cheers,
Liz.
donalmurtagh@yahoo.co.uk (Don) wrote in message news:<aa1c6f54.0310271109.6609dd27@posting.google.com>...
> Greetings,
>
> I have an application that uses a JTable. When the user changes the
> value in one of the cells and moves to another cell (with either the
> mouse or keyboard), I want to do something with the new value of the
> changed cell, any idea how I can capture this event?
>
> Thanks in advance,
> Don
- Previous message: Paul Thomas: "Multiple JVM instances for Browsers"
- In reply to: Don: "JTable cell selection event"
- Next in thread: Don: "Re: JTable cell selection event"
- Reply: Don: "Re: JTable cell selection event"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|