public static interface BreadcrumbTreeAdapterSelector.TreeAdapter<T>
| Modifier and Type | Method | Description |
|---|---|---|
default javax.swing.Icon |
getIcon(T node) |
Returns the icon for the specified tree node.
|
java.lang.String |
toString(T node) |
Returns the caption for the specified tree node.
|
java.lang.String toString(T node)
node - Tree node.default javax.swing.Icon getIcon(T node)
node - Tree node.