public interface IconOverlayConsumer
The IconOverlayConsumer interface defines the API for
consumers of an IconOverlayCache.
| Modifier and Type | Method and Description |
|---|---|
Element |
getElement(java.lang.Object value)
Returns the data element associated with the given node value.
|
javax.swing.JTree |
getJTree()
Returns the
JTree. |
IconOverlayCache |
getOverlayCache()
Returns the
IconOverlayCache to assist node rendering. |
void |
setOverlayCache(IconOverlayCache cache)
Sets the
IconOverlayCache to assist node rendering. |
javax.swing.JTree getJTree()
JTree.IconOverlayCache getOverlayCache()
IconOverlayCache to assist node rendering.void setOverlayCache(IconOverlayCache cache)
IconOverlayCache to assist node rendering.Element getElement(java.lang.Object value)