mgarin / weblaf

WebLaF is a fully open-source Look & Feel and component library written in pure Java for cross-platform desktop Swing applications.
http://weblookandfeel.com
GNU General Public License v3.0
1.13k stars 234 forks source link

Add ability to define table & tree cell hover style #690

Open mgarin opened 2 years ago

mgarin commented 2 years ago

Currently hover is only tracked for component as a whole, but isn't tracked for separate cells of the table and tree components. There should be a support for hover style:

Probably some other aspects of those components that rely on the hovered cell information may be optimized as well with the use of global hovered cell tracking implementation.