- setAsMainProjectAction() - Static method in class org.netbeans.spi.project.ui.support.CommonProjectActions
-
Create an action "Set As Main Project".
- setCloseListener(ActionListener) - Method in class org.netbeans.spi.project.ui.support.ProjectCustomizer.Category
-
Set the action listener that will get notified when the customizer is going to be closed
Listener is executed outside of AWT EventQueue.
- setDefinesMainProject(WizardDescriptor, boolean) - Static method in class org.netbeans.spi.project.ui.templates.support.Templates
-
- setErrorMessage(String) - Method in class org.netbeans.spi.project.ui.support.ProjectCustomizer.Category
-
Set an errror message for this category which than may be shown in a
project customizer.
- setOkButtonListener(ActionListener) - Method in class org.netbeans.spi.project.ui.support.ProjectCustomizer.Category
-
Set the action listener that will get notified when the changes in the customizer
are to be applied.
- setProjectConfigurationAction() - Static method in class org.netbeans.spi.project.ui.support.CommonProjectActions
-
Creates an action that sets the configuration of the selected project.
- setProjectsFolder(File) - Static method in class org.netbeans.spi.project.ui.support.ProjectChooser
-
Sets the folder last used for creating a new project.
- setStoreListener(ActionListener) - Method in class org.netbeans.spi.project.ui.support.ProjectCustomizer.Category
-
Set the action listener that will get notified when the changes in the customizer
are to be applied.
- setTargetFolder(WizardDescriptor, FileObject) - Static method in class org.netbeans.spi.project.ui.templates.support.Templates
-
- setTargetName(WizardDescriptor, String) - Static method in class org.netbeans.spi.project.ui.templates.support.Templates
-
Sets the target name for given WizardDescriptor to be used from
custom target choosers
- setValid(boolean) - Method in class org.netbeans.spi.project.ui.support.ProjectCustomizer.Category
-
Set a validity of this category.
- showAlert(Project) - Static method in class org.netbeans.api.project.ui.ProjectProblems
-
Show alert message box informing user that a project has broken
references.
- showCustomizer(Project) - Static method in class org.netbeans.api.project.ui.ProjectProblems
-
Shows an UI customizer which gives users chance to fix encountered problems.
- showCustomizer() - Method in interface org.netbeans.spi.project.ui.CustomizerProvider
-
Display some kind of customization UI for the project.
- showCustomizer(String, String) - Method in interface org.netbeans.spi.project.ui.CustomizerProvider2
-
Show customizer and preselect a category or subcategory.
- stopRunning() - Method in interface org.netbeans.spi.project.ui.support.BuildExecutionSupport.Item
-
Request to stop the execution of the build job.