Interface Tree.ItemDecorator<T>

Type Parameters:
T - the type of items in the Tree
All Superinterfaces:
BiConsumer<T,TreeItem>, Serializable
Enclosing class:
Tree<T>

public static interface Tree.ItemDecorator<T> extends BiConsumer<T,TreeItem>, Serializable
This can be used to further configure the created TreeItem instances. For example to add additional click listeners or context menus.
Author:
mstahv