Interface NodesFactory


  • public interface NodesFactory
    UNSTABLE API! SPI for creating node from key and children key. Implementation is registered to FilterConfig.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.openide.nodes.Node createNode​(java.lang.Object obj)
      Creates node for input key (any object, DFItem, etc.)
      java.util.List getChildrenKeys​(java.lang.Object parent)
      Creates keys of nodes for parent key
    • Method Detail

      • createNode

        org.openide.nodes.Node createNode​(java.lang.Object obj)
        Creates node for input key (any object, DFItem, etc.)
        Parameters:
        obj - The input key (any object, DFItem, etc.)
      • getChildrenKeys

        java.util.List getChildrenKeys​(java.lang.Object parent)
        Creates keys of nodes for parent key
        Parameters:
        parent - - key of parent node
        Returns:
        The list of created keys used in Children.Keys