intarsys runtime library

de.intarsys.tools.tree
Interface INodeHandler

All Superinterfaces:
IPresentationHandler
All Known Implementing Classes:
NodeHandlerAdapter

public interface INodeHandler
extends IPresentationHandler

This strategy object allows modification of a CommonNode behavior if it is not appropriate to create a subclass of its own.


Method Summary
 CommonNode[] createChildren(CommonNode node)
           
 boolean hasChildren(CommonNode node)
           
 
Methods inherited from interface de.intarsys.tools.presentation.IPresentationHandler
getDescription, getIconName, getLabel, getTip
 

Method Detail

createChildren

CommonNode[] createChildren(CommonNode node)

hasChildren

boolean hasChildren(CommonNode node)

intarsys runtime library

Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.