Package jadex.base.gui.filetree
Class FileTreePanel.DelegationIconCache
- java.lang.Object
- 
- jadex.base.gui.filetree.FileTreePanel.DelegationIconCache
 
- 
- All Implemented Interfaces:
- IIconCache
 - Enclosing class:
- FileTreePanel
 
 public static class FileTreePanel.DelegationIconCache extends java.lang.Object implements IIconCache The delegation icon cache.
- 
- 
Field SummaryFields Modifier and Type Field Description protected IIconCacheiconcacheThe delegation icon cache.
 - 
Constructor SummaryConstructors Constructor Description DelegationIconCache()Create a new delegation cache.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.swing.IcongetIcon(ISwingTreeNode node)Get an icon.IIconCachegetIconCache()Get the iconcache.voidsetIconCache(IIconCache iconcache)Set the iconcache.
 
- 
- 
- 
Field Detail- 
iconcacheprotected IIconCache iconcache The delegation icon cache.
 
- 
 - 
Method Detail- 
getIconpublic javax.swing.Icon getIcon(ISwingTreeNode node) Get an icon.- Specified by:
- getIconin interface- IIconCache
- Parameters:
- node- The node.
- Returns:
- The icon.
 
 - 
getIconCachepublic IIconCache getIconCache() Get the iconcache.- Returns:
- the iconcache.
 
 - 
setIconCachepublic void setIconCache(IIconCache iconcache) Set the iconcache.- Parameters:
- iconcache- The iconcache to set.
 
 
- 
 
-