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

Phil Race prr at openjdk.java.net
Fri Dec 17 22:22:24 UTC 2021


On Thu, 9 Dec 2021 13:31:38 GMT, Tejesh R <duke at openjdk.java.net> 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



More information about the client-libs-dev mailing list