public class NodeFactorySupport extends Object
Modifier and Type | Method and Description |
---|---|
static Children |
createCompositeChildren(Project project,
String folderPath)
Creates children list that works on top of
NodeFactory instances
in layers. |
static NodeList<?> |
fixedNodeList(Node... nodes)
Utility method for creating a non variable NodeList instance.
|
public static Children createCompositeChildren(Project project, String folderPath)
NodeFactory
instances
in layers.project
- the project which is being displayedfolderPath
- the path in the System Filesystem that is used as root for subnode composition.
The content of the folder is assumed to be NodeFactory
instances