Re: JTable cell selection event

From: JavaGuru (hilizbabe_at_yahoo.com)
Date: 10/30/03

  • Next message: curwen: "jdbc executeupdate bug"
    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


  • Next message: curwen: "jdbc executeupdate bug"

    Relevant Pages

    • Re: JTable cell selection event
      ... You can use the quicktable verison of JTable, ... whenever a user modifies a cell and exits the cell. ... option to accept the user changes or set a new value to the cell. ...
      (comp.lang.java.gui)
    • Re: JTable cell selection event
      ... You can use the quicktable verison of JTable, ... whenever a user modifies a cell and exits the cell. ... option to accept the user changes or set a new value to the cell. ...
      (comp.lang.java.programmer)
    • Re: JTable cell selection event
      ... accomplish what ought to fairly straightforward tasks such as this. ... > You can use the quicktable verison of JTable, ... > whenever a user modifies a cell and exits the cell. ...
      (comp.lang.java.gui)
    • Re: JTable cell selection event
      ... accomplish what ought to fairly straightforward tasks such as this. ... > You can use the quicktable verison of JTable, ... > whenever a user modifies a cell and exits the cell. ...
      (comp.lang.java.developer)
    • Re: JTable cell selection event
      ... accomplish what ought to fairly straightforward tasks such as this. ... > You can use the quicktable verison of JTable, ... > whenever a user modifies a cell and exits the cell. ...
      (comp.lang.java.programmer)