RFR: 6465404: some problems in CellEditor related API docs [v5]

Alexey Ivanov aivanov at openjdk.java.net
Tue Dec 21 21:26:24 UTC 2021


On Tue, 21 Dec 2021 21:12:57 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:

>> src/java.desktop/share/classes/javax/swing/table/TableCellEditor.java line 34:
>> 
>>> 32: /**
>>> 33:  * This interface defines the method any object that would like to be
>>> 34:  * an editor of values for the {@code JTable} component needs to implement.
>> 
>> "This interface must be implemented to provide an editor of cell values for a {@code JTable}" ?
>
> Clear and to the point.

I wonder if it makes sense to update the Javadoc for `TreeCellEditor` for consistency.

-------------

PR: https://git.openjdk.java.net/jdk/pull/6608



More information about the client-libs-dev mailing list