Uses of Class
org.netbeans.api.project.ProjectActionContext
Packages that use ProjectActionContext
Package
Description
General API for finding and manipulating all kinds of projects.
-
Uses of ProjectActionContext in org.netbeans.api.project
Methods in org.netbeans.api.project that return ProjectActionContextModifier and TypeMethodDescriptionProjectActionContext.Builder.context()
static ProjectActionContext
Find the ProjectActionContext for the project.Methods in org.netbeans.api.project with parameters of type ProjectActionContextModifier and TypeMethodDescriptionvoid
ProjectActionContext.apply
(Runnable r, ProjectActionContext... otherProjectContexts) Executes a query using this project context.<V, E extends Exception>
VProjectActionContext.apply
(ProjectActionContext.ProjectCallback<V, E> r, ProjectActionContext... otherProjectContexts) Executes a query using this project context.