final public static String EXISTING_SOURCES_FOLDER(Code)
org.openide.filesystems.FileObject value honored by
CommonProjectActions.newProjectAction that defines initial value for existing sources directory choosers.
since: org.netbeans.modules.projectuiapi/1 1.3
CommonProjectActions.EXISTING_SOURCES_FOLDER keyed action
value can carry
org.openide.filesystems.FileObject that points
to existing sources folder.
Action.putValue Set this value if you open the wizard and you know user
expectations about initial value for wizard
choosers that refers to existing sources location.
an action since: org.netbeans.modules.projectuiapi/1 1.3
openSubprojectsAction
public static Action openSubprojectsAction()(Code)
Create an action "Open Subprojects".
It should be invoked with an action context containing
one or more
org.netbeans.api.project.Project s.
You might include this in the context menu of a logical view.
Create an action "Rename Project".
It should be invoked with an action context containing
one or more
org.netbeans.api.project.Project s.
You might include this in the context menu of a logical view.
since: 1.10 an action
setAsMainProjectAction
public static Action setAsMainProjectAction()(Code)
Create an action "Set As Main Project".
It should be invoked with an action context containing
one
org.netbeans.api.project.Project .
You might include this in the context menu of a logical view.
an action
setProjectConfigurationAction
public static Action setProjectConfigurationAction()(Code)
Creates an action that sets the configuration of the selected project.
It should be displayed with an action context containing
exactly one
org.netbeans.api.project.Project .
The action itself should not be invoked but you may use its popup presenter.
You might include this in the context menu of a logical view.