src/share/classes/javax/swing/CellEditor.java

Print this page
rev 10121 : 8046485: Add missing @since tag under javax.swing.*
Reviewed-by:

*** 55,64 **** --- 55,65 ---- * the <code>CellEditor</code> API into the 3rd party editor's API. * * @see javax.swing.event.CellEditorListener * * @author Alan Chung + * @since 1.2 */ public interface CellEditor { /** * Returns the value contained in the editor.