Class BreadcrumbTreeAdapterSelector.TreeAdapter
- java.lang.Object
-
- org.pushingpixels.flamingo.api.bcb.core.BreadcrumbTreeAdapterSelector.TreeAdapter
-
- Enclosing class:
- BreadcrumbTreeAdapterSelector
public abstract static class BreadcrumbTreeAdapterSelector.TreeAdapter extends Object
Tree adapter that allows plugging a custom rendering logic.
-
-
Constructor Summary
Constructors Constructor Description TreeAdapter()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description Icon
getIcon(Object node)
Returns the icon for the specified tree node.abstract String
toString(Object node)
Returns the caption for the specified tree node.
-