- PathFinder - Interface in org.netbeans.spi.project.ui
-
Ability to find a subnode representing a target.
- perform(FileObject) - Method in interface org.netbeans.spi.project.ui.support.FileActionPerformer
-
Called when the user invokes the action.
- perform(Project) - Method in interface org.netbeans.spi.project.ui.support.ProjectActionPerformer
-
Called when the user invokes the action.
- performDefaultCopyOperation(Project) - Static method in class org.netbeans.spi.project.ui.support.DefaultProjectOperations
-
Perform default copy operation.
- performDefaultDeleteOperation(Project) - Static method in class org.netbeans.spi.project.ui.support.DefaultProjectOperations
-
Perform default delete operation.
- performDefaultMoveOperation(Project) - Static method in class org.netbeans.spi.project.ui.support.DefaultProjectOperations
-
Perform default move operation.
- performDefaultRenameOperation(Project, String) - Static method in class org.netbeans.spi.project.ui.support.DefaultProjectOperations
-
Perform default rename operation.
- PRESELECT_CATEGORY - Static variable in class org.netbeans.spi.project.ui.support.CommonProjectActions
-
- PROJECT_PARENT_FOLDER - Static variable in class org.netbeans.spi.project.ui.support.CommonProjectActions
-
- ProjectActionPerformer - Interface in org.netbeans.spi.project.ui.support
-
Callback interface for project- and main project-sensitive actions.
- ProjectChooser - Class in org.netbeans.spi.project.ui.support
-
Support for creating project chooser.
- projectChooser() - Static method in class org.netbeans.spi.project.ui.support.ProjectChooser
-
Creates a project chooser.
- projectCommandAction(String, String, Icon) - Static method in class org.netbeans.spi.project.ui.support.ProjectSensitiveActions
-
Creates an action sensitive to the set of currently selected projects.
- ProjectCustomizer - Class in org.netbeans.spi.project.ui.support
-
Support for creating dialogs which can be used as project
customizers.
- ProjectCustomizer.Category - Class in org.netbeans.spi.project.ui.support
-
Describes category of properties to be customized by given component
- ProjectCustomizer.CategoryComponentProvider - Interface in org.netbeans.spi.project.ui.support
-
Provides components for categories.
- ProjectCustomizer.CompositeCategoryProvider - Interface in org.netbeans.spi.project.ui.support
-
Interface for creation of Customizer categories and their respective UI panels.
- ProjectCustomizer.CompositeCategoryProvider.Registration - Annotation Type in org.netbeans.spi.project.ui.support
-
Used to register customizer panels.
- ProjectCustomizer.CompositeCategoryProvider.Registrations - Annotation Type in org.netbeans.spi.project.ui.support
-
Used in case multiple registrations are needed in one place.
- ProjectProblems - Class in org.netbeans.api.project.ui
-
Support for managing project problems.
- projectSensitiveAction(ProjectActionPerformer, String, Icon) - Static method in class org.netbeans.spi.project.ui.support.ProjectSensitiveActions
-
Creates an action sensitive to the set of currently selected projects.
- ProjectSensitiveActions - Class in org.netbeans.spi.project.ui.support
-
Factory for creating project-sensitive actions.