If you want the text to be saved as it is being modified (i.e. before
the cell loses focus), then I think you could add a DocumentListener to
the editor's JTextField editor component.  However, this listener would
be called every time the contents change.

- Keith

Meenakshi Yadav wrote:
> 
> Is there a way to save the changes made to a JTable
> cell without pressing "Enter" key or selecting another
> row/cell?
> 
> Thanks a bunch
> Meenakshi
> 
> __________________________________________________
> Do You Yahoo!?
> Spot the hottest trends in music, movies, and more.
> http://buzz.yahoo.com/
> _______________________________________________
> Advanced-swing mailing list
> [EMAIL PROTECTED]
> http://eos.dk/mailman/listinfo/advanced-swing
_______________________________________________
Advanced-swing mailing list
[EMAIL PROTECTED]
http://eos.dk/mailman/listinfo/advanced-swing

Reply via email to