|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pushingpixels.flamingo.api.bcb.core.BreadcrumbTreeAdapterSelector.TreeAdapter
public abstract static class BreadcrumbTreeAdapterSelector.TreeAdapter
Tree adapter that allows plugging a custom rendering logic.
Constructor Summary | |
---|---|
BreadcrumbTreeAdapterSelector.TreeAdapter()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BreadcrumbTreeAdapterSelector.TreeAdapter()
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |