Interface JdkCategoryNode

  • All Superinterfaces:
    JdkNode

    public interface JdkCategoryNode
    extends JdkNode
    Category node for the tree of JDK releases. This node can have child nodes, but is not selectable as a release itself.
    • Method Detail

      • getChildren

        @NotNull
        java.util.Collection<? extends JdkNode> getChildren()
        Returns the child nodes which can be category nodes again or instances of JdkReleaseNode.