Package uno.anahata.asi.nb.ui.resources
package uno.anahata.asi.nb.ui.resources
Provides the visual and interactive layer for NetBeans-specific resource handles.
This package bridges the gap between the platform's model-agnostic resource system
and the high-fidelity UI capabilities of the NetBeans IDE. It ensures that
file-based resources (wrapped in NbHandle) are rendered with 100% IDE
fidelity, including syntax highlighting, line numbers, and editor-specific actions.
Key Components:
- Resource Strategy:
NbResourceUIspecializes the default UI behaviors, injecting IDE-native navigation and selection tools into the resource panels. - High-Fidelity Viewing:
NetBeansTextResourceViewerimplements a "Total Adoption" strategy, hosting official NetBeans editor frames directly within the ASI tool windows. - Metadata Visualization:
NbHandlePanelprovides a visual inspection of IDE-specific metadata, such as file validity and storage origin (e.g., archive vs. local filesystem).
- Author:
- anahata
-
ClassesClassDescriptionA specialized metadata panel for the
NbHandle.NetBeans-specific implementation ofResourceUI.A NetBeans-native text resource viewer that provides 100% IDE fidelity.

