Package swingtree.api

Interface ListEntryRenderer<E,L extends JList<E>>

Type Parameters:
E - The type of the list entry.
L - The type of the list.
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ListEntryRenderer<E,L extends JList<E>>
A functional interface allowing you to define how a JList entry should be rendered in a declarative manner through method UIForList.withRenderComponent(ListEntryRenderer).