Class BreadcrumbTreeAdapterSelector.TreeAdapter
java.lang.Object
org.pushingpixels.flamingo.api.bcb.core.BreadcrumbTreeAdapterSelector.TreeAdapter
- Enclosing class:
- BreadcrumbTreeAdapterSelector
Tree adapter that allows plugging a custom rendering logic.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TreeAdapter
public TreeAdapter()
-
-
Method Details
-
toString
Returns the caption for the specified tree node. Note that the extending class must override this method in an EDT-safe fashion.- Parameters:
node
- Tree node.- Returns:
- The caption for the specified tree node.
-
getIcon
Returns the icon for the specified tree node.- Parameters:
node
- Tree node.- Returns:
- The icon for the specified tree node.
-