public abstract static class BreadcrumbTreeAdapterSelector.TreeAdapter
extends java.lang.Object
Constructor and Description |
---|
TreeAdapter() |
Modifier and Type | Method and Description |
---|---|
javax.swing.Icon |
getIcon(java.lang.Object node)
Returns the icon for the specified tree node.
|
abstract java.lang.String |
toString(java.lang.Object node)
Returns the caption for the specified tree node.
|
public abstract java.lang.String toString(java.lang.Object node)
node
- Tree node.public javax.swing.Icon getIcon(java.lang.Object node)
node
- Tree node.