jadex.base.gui.filetree.IIconCache Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jadex-tools-base-swing Show documentation
Show all versions of jadex-tools-base-swing Show documentation
GUI-dependent classes for jadex-tools-base.
package jadex.base.gui.filetree;
import javax.swing.Icon;
import jadex.base.gui.asynctree.ISwingTreeNode;
/**
* Interface for the icon cache.
*/
public interface IIconCache
{
/**
* Get an icon.
* @param node The node.
* @return The icon.
*/
public Icon getIcon(final ISwingTreeNode node);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy