Interface NodeFactory<T extends ExplorerNode>

    • 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 configuration
        context - node context
        Returns:
        Newly created NavigationNode