Package uno.anahata.asi.nb.tools.ide
package uno.anahata.asi.nb.tools.ide
Provides toolkits for interacting with the NetBeans IDE environment.
This package contains the core IDE automation tools, including:
Editor: For manipulating the source code editors and navigating files.IDE: For managing the IDE's top-level windowing and logging systems.Refactor: For performing safe, programmatic code refactorings.
All tools in this package are designed to be "IDE-native," leveraging official NetBeans APIs (like the Refactoring API and the Window System) to ensure project-wide consistency and safety.
-
ClassDescriptionProvides tools for interacting with the NetBeans editor, such as opening files, closing files, and navigating to specific lines.Provides tools for interacting with the NetBeans IDE.Defines the supported targets for programmatic selection in the IDE.Static utility for interacting with the NetBeans Output Window and its tabs.Static utility for gathering information about open TopComponents (windows) in NetBeans.Represents a logical snapshot of a tab in the NetBeans Output Window.A toolkit for performing programmatic refactoring operations within the NetBeans IDE.DTO for specifying changes to method parameters.Represents detailed metadata about an open TopComponent (window) in the IDE.

