Uses of Class
uno.anahata.ai.nb.AnahataTopComponent
Packages that use AnahataTopComponent
Package
Description
This package contains the core integration classes that bridge the Anahata AI framework
with the Apache NetBeans IDE.
-
Uses of AnahataTopComponent in uno.anahata.ai.nb
Methods in uno.anahata.ai.nb that return AnahataTopComponentModifier and TypeMethodDescriptionLiveSessionsTableModel.getTopComponentAt(int row) Returns the AnahataTopComponent at the specified row.Methods in uno.anahata.ai.nb that return types with arguments of type AnahataTopComponentModifier and TypeMethodDescriptionstatic List<AnahataTopComponent> AnahataTopComponent.getAllSessions()Returns an unmodifiable list of all active AnahataTopComponent sessions.Methods in uno.anahata.ai.nb with parameters of type AnahataTopComponentModifier and TypeMethodDescriptionstatic voidAnahataTopComponent.disposeSession(AnahataTopComponent tc) Disposes of a specific AnahataTopComponent session, closing its UI and shutting down its chat session.
