Interface Tree.ItemDecorator<T>
- Type Parameters:
 T- the type of items in the Tree
- All Superinterfaces:
 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
 
- 
Method Summary
Methods inherited from interface BiConsumer
accept, andThen