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
Reusable classes for starting Jadex, running test cases and building
JCC plugins.
package jadex.base.gui.filetree;
import jadex.base.gui.asynctree.ITreeNode;
import javax.swing.Icon;
/**
* Interface for the icon cache.
*/
public interface IIconCache
{
/**
* Get an icon.
* @param node The node.
* @return The icon.
*/
public Icon getIcon(final ITreeNode node);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy