Name: ssT124754 Date: 03/15/2001
java version "1.3.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-C)
Java HotSpot(TM) Client VM (build 1.3.0-C, mixed mode)
In documentation found at:
http://java.sun.com/j2se/1.3/docs/api/javax/swing/CellEditor.html#addCellEditorL
istener(javax.swing.event.CellEditorListener)
Add a listener to the list that's notified when the editor starts, stops, or
cancels editing.
If you look at the doc for the CellEditorListener then you have no event for
start of edit.
(Review ID: 118864)
======================================================================