Class AnahataNodeFactory

java.lang.Object
uno.anahata.ai.nb.nodes.AnahataNodeFactory
All Implemented Interfaces:
org.netbeans.spi.project.ui.support.NodeFactory

public class AnahataNodeFactory extends Object implements org.netbeans.spi.project.ui.support.NodeFactory
A factory that creates the "Anahata" virtual folder in the NetBeans Projects window. This folder contains project-specific AI resources like anahata.md.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.netbeans.spi.project.ui.support.NodeFactory

    org.netbeans.spi.project.ui.support.NodeFactory.Registration
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default constructor for the node factory.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.netbeans.spi.project.ui.support.NodeList<?>
    createNodes(org.netbeans.api.project.Project project)
     

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AnahataNodeFactory

      public AnahataNodeFactory()
      Default constructor for the node factory.
  • Method Details

    • createNodes

      public org.netbeans.spi.project.ui.support.NodeList<?> createNodes(org.netbeans.api.project.Project project)
      Specified by:
      createNodes in interface org.netbeans.spi.project.ui.support.NodeFactory