- FileOwnerQuery - Class in org.netbeans.api.project
-
Find the project which owns a file.
- FileOwnerQueryImplementation - Interface in org.netbeans.spi.project
-
Knowledge of which project some files belong to.
- find(Project) - Static method in class org.netbeans.api.project.ProjectActionContext
-
Find the ProjectActionContext for the project.
- findProject(FileObject) - Method in class org.netbeans.api.project.ProjectManager
-
Find an open project corresponding to a given project directory.
- findProject(FileObject) - Method in interface org.netbeans.spi.project.ProjectManagerImplementation
-
Find an open project corresponding to a given project directory.
- finished(boolean) - Method in class org.netbeans.spi.project.ActionProgress
-
Called when the action has completed.
- forProjectAction(String) - Method in class org.netbeans.api.project.ProjectActionContext.Builder
-
Specifies the intended project action.