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