See: Description
Package | Description |
---|---|
org.netbeans.api.java.source.ui |
Various UI related utilities to control processing of Java files inside of NetBeans IDE.
Provide ElementOpen.open
with suggested list
of file names to open. Allows extracting name from .class
file and opening that one.
Binary-only javac Elements can be converted to StructureElement, avoids fetching the source.
Utility methods for conversion of javac-specific Elements
to abstracted
StructureElements defined by
the LSP protocol.
Adding ElementOpen.getLocation(ClasspathInfo, ElementHandle, String) method.
Adding ElementOpen.open(FileObject toSearch, TreePathHandle toOpen) method.
Added thegetModuleDirectiveIcon
method into the ElementIcons
to return an icon for a module info directive.
XXX no answer for arch-usecases
|
The sources for the module are in the Apache Git repositories or in the GitHub repositories.
XXX no answer for deploy-dependencies
Read more about the implementation in the answers to architecture questions.