Package jadex.base.gui.asynctree
Interface INodeHandler
-
- All Known Subinterfaces:
ISwingNodeHandler
- All Known Implementing Classes:
AbstractJCCPlugin.ShowRemoteControlCenterHandler
,DefaultNodeHandler
public interface INodeHandler
Node handlers provide additional information for nodes such as icon overlays and popup actions.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
getOverlay(ITreeNode node)
Get the overlay for a node if any.
-
-
-
Method Detail
-
getOverlay
byte[] getOverlay(ITreeNode node)
Get the overlay for a node if any.
-
-