public static class FileTreePanel.DelegationIconCache extends java.lang.Object implements IIconCache
Modifier and Type | Field and Description |
---|---|
protected IIconCache |
iconcache
The delegation icon cache.
|
Constructor and Description |
---|
DelegationIconCache()
Create a new delegation cache.
|
Modifier and Type | Method and Description |
---|---|
javax.swing.Icon |
getIcon(ISwingTreeNode node)
Get an icon.
|
IIconCache |
getIconCache()
Get the iconcache.
|
void |
setIconCache(IIconCache iconcache)
Set the iconcache.
|
protected IIconCache iconcache
public javax.swing.Icon getIcon(ISwingTreeNode node)
getIcon
in interface IIconCache
node
- The node.public IIconCache getIconCache()
public void setIconCache(IIconCache iconcache)
iconcache
- The iconcache to set.