net.sf.jame.core.tree
Interface NodeBuilder

All Known Implementing Classes:
AbstractExtensionConfigNodeBuilder

public interface NodeBuilder

Author:
Andrea Medeghini

Method Summary
 void createNodes(Node parentNode)
          Creates the nodes.
 

Method Detail

createNodes

void createNodes(Node parentNode)
Creates the nodes.

Parameters:
parentNode - the parent.