All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jadex.base.gui.filetree.IIconCache Maven / Gradle / Ivy

There is a newer version: 2.4
Show newest version
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