On Thu, 9 Dec 2021 13:31:38 GMT, Tejesh R <[email protected]> wrote:
>> JListBox is invalid component. CellTableEditor Interface doesn't support
>> JComboBox and JTree components. Hence its removed from Documentation.
>
> Tejesh R has updated the pull request incrementally with one additional
> commit since the last revision:
>
> 6465404: some problems in CellEditor related API docs
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}" ?
-------------
PR: https://git.openjdk.java.net/jdk/pull/6608