See: Description
Package | Description |
---|---|
org.netbeans.api.java.source.ui |
Various UI related utilities to control processing of Java files inside of NetBeans IDE.
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.
Added overload method for TypeElementFinder.find
which allows to specify the prefilled initial text.
Added asynchronous version of getText
into ElementJavadoc
.
The getTextAsync
returns a Future
which blocks until the javadoc is downloaded.
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.