Interface NodeFactory<T extends ExplorerNode>
-
- All Known Implementing Classes:
DynamicNodeFactory,SimpleNodeFactory,TypeNodeFactory
public interface NodeFactory<T extends ExplorerNode>Factory ofExplorerNode.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description NavigationNodecreateNavigationNode(T nodeConfig)Creates node using given node configuration.default NavigationNodecreateNavigationNode(T nodeConfig, CockpitContext context)Creates node using given node configuration and context
-
-
-
Method Detail
-
createNavigationNode
NavigationNode createNavigationNode(T nodeConfig)
Creates node using given node configuration.
-
createNavigationNode
default NavigationNode createNavigationNode(T nodeConfig, CockpitContext context)
Creates node using given node configuration and context- Parameters:
nodeConfig- node configurationcontext- node context- Returns:
- Newly created NavigationNode
-
-