<Swing Dev> DefaultListCellRenderer design
Евгений Бухтин
maurezen at gmail.com
Fri Feb 26 14:35:03 UTC 2016
Good day!
What are the reasons behind DefaultListCellRenderer being an implementation
of ListCellRenderer<Object>, as opposed to a generic ListCellRenderer?
I was able to find one of the early discussions (thread starting from here
http://mail.openjdk.java.net/pipermail/swing-dev/2009-March/000428.html),
but that doesn't clarify the matter much.
As far as I understand, the main concern was about prototypeCellValue type,
which since then was unified with list element type, so at the moment there
are no arguments against DefaultListCellRenderer generification, right?
Regards,
Eugene
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/swing-dev/attachments/20160226/cf23275b/attachment.html>
More information about the swing-dev
mailing list