- invokeAction(String, Lookup) - Method in interface org.netbeans.spi.project.ActionProvider
-
Run a project command.
- isActionEnabled(String, Lookup) - Method in interface org.netbeans.spi.project.ActionProvider
-
Tells whether the command can be invoked in given context and thus if
actions representing this command should be enabled or disabled.
- isCopyOperationSupported(Project) - Static method in class org.netbeans.spi.project.support.ProjectOperations
-
Test whether the copy operation is supported on the given project.
- isDeleteOperationSupported(Project) - Static method in class org.netbeans.spi.project.support.ProjectOperations
-
Test whether the delete operation is supported on the given project.
- isModified(Project) - Method in class org.netbeans.api.project.ProjectManager
-
Check whether a given project is current modified.
- isMoveOperationSupported(Project) - Static method in class org.netbeans.spi.project.support.ProjectOperations
-
Tests whether the move or rename operations are supported on the given project.
- isProject(FileObject) - Method in class org.netbeans.api.project.ProjectManager
-
Check whether a given directory is likely to contain a project without
actually loading it.
- isProject(FileObject) - Method in interface org.netbeans.spi.project.ProjectFactory
-
Test whether a given directory probably refers to a project recognized by this factory
without actually trying to create it.
- isProject2(FileObject) - Method in class org.netbeans.api.project.ProjectManager
-
Check whether a given directory is likely to contain a project without
actually loading it.
- isProject2(FileObject) - Method in interface org.netbeans.spi.project.ProjectFactory2
-
Test whether a given directory probably refers to a project recognized by this factory
without actually trying to create it.
- isValid(Project) - Method in class org.netbeans.api.project.ProjectManager
-
Checks whether a project is still valid.