Re: JTable cell selection event
From: Srdjan Skrbic (shkrba_at_uns.ns.ac.yu)
Date: 10/28/03
- Previous message: Raymond DeCampo: "Re: IE6 Servlet Timeout"
- In reply to: Don: "JTable cell selection event"
- Next in thread: JavaGuru: "Re: JTable cell selection event"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 28 Oct 2003 15:14:23 +0100
You must implement this method (in table model):
public void setValueAt(Object val, int row, int col) !
Whenever user exits the cell, this method is called.
Does it works?
Srdjan.
"Don" <donalmurtagh@yahoo.co.uk> 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: Raymond DeCampo: "Re: IE6 Servlet Timeout"
- In reply to: Don: "JTable cell selection event"
- Next in thread: JavaGuru: "Re: JTable cell selection event"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|