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

jadex.base.gui.asynctree.INodeHandler Maven / Gradle / Ivy

Go to download

Reusable classes for starting Jadex, running test cases and building JCC plugins. No GUI classes included.

There is a newer version: 4.0.267
Show newest version
package jadex.base.gui.asynctree;

/**
 * Node handlers provide additional information for nodes such as icon overlays
 * and popup actions.
 */
public interface INodeHandler
{
	/**
	 * Get the overlay for a node if any.
	 */
	public byte[] getOverlay(ITreeNode node);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy