Class TypeNodeFactory
- java.lang.Object
-
- com.hybris.cockpitng.tree.node.factory.impl.TypeNodeFactory
-
- All Implemented Interfaces:
NodeFactory<TypeNode>
public class TypeNodeFactory extends java.lang.Object implements NodeFactory<TypeNode>
-
-
Constructor Summary
Constructors Constructor Description TypeNodeFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NavigationNodecreateNavigationNode(TypeNode nodeConfig)Creates node using given node configuration.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.hybris.cockpitng.tree.node.factory.NodeFactory
createNavigationNode
-
-
-
-
Method Detail
-
createNavigationNode
public NavigationNode createNavigationNode(TypeNode nodeConfig)
Description copied from interface:NodeFactoryCreates node using given node configuration.- Specified by:
createNavigationNodein interfaceNodeFactory<TypeNode>
-
-