Uses of Class
uno.anahata.asi.swing.AbstractAsiContainerPanel
Packages that use AbstractAsiContainerPanel
Package
Description
Core classes for the NetBeans integration of the Anahata ASI.
Provides the foundational Swing UI components for managing and switching between
multiple AI agi sessions.
-
Uses of AbstractAsiContainerPanel in uno.anahata.asi.nb
Classes in uno.anahata.asi.nb with type parameters of type AbstractAsiContainerPanelModifier and TypeClassDescriptionclassAbstract base class for container-level dashboardTopComponents (Cards and Table views).Fields in uno.anahata.asi.nb declared as AbstractAsiContainerPanelModifier and TypeFieldDescriptionprotected final PAbstractAsiContainerTopComponent.sessionsPanelThe UI panel displaying the container dashboard. -
Uses of AbstractAsiContainerPanel in uno.anahata.asi.swing
Subclasses of AbstractAsiContainerPanel in uno.anahata.asi.swingModifier and TypeClassDescriptionclassA container panel that displays active AI agi sessions as a collection of "sticky note" cards.classA container panel that displays active AI agi sessions in a tabular format.Fields in uno.anahata.asi.swing declared as AbstractAsiContainerPanelModifier and TypeFieldDescriptionprivate final AbstractAsiContainerPanelAiProviderPanel.containerPanelThe parent container panel providing access to the global executor.private final AbstractAsiContainerPanelAsiContainerPreferencesPanel.containerPanelThe parent container panel providing access to the global executor.Constructors in uno.anahata.asi.swing with parameters of type AbstractAsiContainerPanelModifierConstructorDescriptionAiProviderPanel(AbstractAsiContainerPanel containerPanel, AbstractAiProvider provider, Runnable removeCallback) Constructs a new provider configuration panel.AsiContainerPreferencesPanel(AbstractAsiContainerPanel containerPanel) Constructs a new preferences Command Center, defaulting to the first tab.AsiContainerPreferencesPanel(AbstractAsiContainerPanel containerPanel, int initialTabIndex) Constructs a new preferences Command Center with a specific tab selected.

