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