Uses of Class
org.netbeans.api.project.SourceGroupModifier.Future
Packages that use SourceGroupModifier.Future
Package
Description
General API for finding and manipulating all kinds of projects.
-
Uses of SourceGroupModifier.Future in org.netbeans.api.project
Methods in org.netbeans.api.project that return SourceGroupModifier.FutureModifier and TypeMethodDescriptionstatic final SourceGroupModifier.Future
SourceGroupModifier.createSourceGroupFuture
(Project project, String type, String hint) Creates aSourceGroupModifier.Future
object that is capable of lazily creatingSourceGroup
in the givenProject
of the given type and hint.