Generated by
JDiff

Class javax.swing.DefaultCellEditor

The superclass changed from java.lang.Object to javax.swing.AbstractCellEditor.
Removed interface java.io.Serializable.
Documentation changed from old to new.

Changed Methods
void addCellEditorListener(CellEditorListener) Documentation changed from old to new.
Method was locally defined, but is now inherited from AbstractCellEditor.
Adds a CellEditorListener to the listener list.
void fireEditingCanceled() Method was locally defined, but is now inherited from AbstractCellEditor.  
void fireEditingStopped() Method was locally defined, but is now inherited from AbstractCellEditor.  
void removeCellEditorListener(CellEditorListener) Documentation changed from old to new.
Method was locally defined, but is now inherited from AbstractCellEditor.
Removes a CellEditorListener from the listener list.
 

Changed Fields
ChangeEvent changeEvent Field was locally defined, but is now inherited from AbstractCellEditor.  
EventListenerList listenerList Documentation changed from old to new.
Field was locally defined, but is now inherited from AbstractCellEditor.