Package uno.anahata.asi.swing.agi.resources.view
package uno.anahata.asi.swing.agi.resources.view
Provides specialized UI components for viewing and editing managed resources.
This package implements the **Interpreter/Viewer Duality**. Each resource type is rendered through a high-fidelity viewer that supports both a "Preview" mode (for model interaction/RAG) and a "High-Fidelity Edit" mode (for standalone or IDE-like modifications).
Viewers in this package are designed to be "Autonomous," managing their own control strips and synchronization logic with the underlying resource handles.
- Author:
- anahata
-
ClassDescriptionCommon base for high-fidelity text resource viewers with autonomous Edit/Save UI.Contract for handling the persistent write of the editor content.AbstractViewPanel<V extends ResourceView>Common base for view-specific metadata panels.A specialized metadata panel for the
MediaView.A specialized viewer for textual resources using RSyntaxTextArea.A specialized metadata panel for theTextView.

