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