Interface BreadcrumbTreeAdapterSelector.TreeAdapter<T>
- Enclosing class:
BreadcrumbTreeAdapterSelector<T>
public static interface BreadcrumbTreeAdapterSelector.TreeAdapter<T>
Tree adapter that allows plugging a custom rendering logic.
-
Method Summary
Modifier and TypeMethodDescriptiondefault RadianceIcon.FactorygetIconFactory(T node) Returns the icon factory for the specified tree node.Returns the caption for the specified tree node.
-
Method Details
-
toString
-
getIconFactory
Returns the icon factory for the specified tree node.- Parameters:
node- Tree node.- Returns:
- The icon factory for the specified tree node.
-