Package jadex.base.gui.filetree
Interface IIconCache
- 
- All Known Implementing Classes:
- DefaultIconCache,- FileTreePanel.DelegationIconCache,- ModelIconCache
 
 public interface IIconCacheInterface for the icon cache.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.swing.IcongetIcon(ISwingTreeNode node)Get an icon.
 
- 
- 
- 
Method Detail- 
getIconjavax.swing.Icon getIcon(ISwingTreeNode node) Get an icon.- Parameters:
- node- The node.
- Returns:
- The icon.
 
 
- 
 
-