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.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.
Added a cancelable version of ElementJavadoc.create to allow code completion to cancel slow call to JavadocForBinaryQuery.
XXX no answer for arch-usecases
|
The sources for the module are in the NetBeans Mercurial repositories.
XXX no answer for deploy-dependencies
Read more about the implementation in the answers to architecture questions.