| 
 | org.netbeans.modules.projectuiapi/1 1.13.32 5 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.netbeans.spi.project.ui.support.CommonProjectActions
public class CommonProjectActions
Factory for commonly needed generic project actions.
| Field Summary | |
|---|---|
| static String | EXISTING_SOURCES_FOLDERFileObjectvalue honored bynewProjectAction()that defines initial value for existing sources directory choosers. | 
| Method Summary | |
|---|---|
| static Action | closeProjectAction()Create an action "Close Project". | 
| static Action | copyProjectAction()Create an action "Copy Project". | 
| static Action | customizeProjectAction()Create an action "Customize Project". | 
| static Action | deleteProjectAction()Create an action "Delete Project". | 
| static Action | moveProjectAction()Create an action "Move Project". | 
| static Action | newFileAction()Create an action project dependent "New File" action. | 
| static Action | newProjectAction()Creates action that invokes New Project wizard. | 
| static Action | openSubprojectsAction()Create an action "Open Subprojects". | 
| static Action | renameProjectAction()Create an action "Rename Project". | 
| static Action | setAsMainProjectAction()Create an action "Set As Main Project". | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static final String EXISTING_SOURCES_FOLDER
FileObject value honored by newProjectAction()
 that defines initial value for existing sources directory choosers.
| Method Detail | 
|---|
public static Action setAsMainProjectAction()
Project.
 You might include this in the context menu of a logical view.
public static Action customizeProjectAction()
Project.
 You might include this in the context menu of a logical view.
public static Action openSubprojectsAction()
Projects.
 You might include this in the context menu of a logical view.
SubprojectProviderpublic static Action closeProjectAction()
Projects.
 You might include this in the context menu of a logical view.
public static Action newFileAction()
You might include this in the context menu of a logical view.
PrivilegedTemplates, 
RecommendedTemplatespublic static Action deleteProjectAction()
Projects.
 You might include this in the context menu of a logical view.
public static Action copyProjectAction()
Projects.
 You might include this in the context menu of a logical view.
public static Action moveProjectAction()
Projects.
 You might include this in the context menu of a logical view.
public static Action renameProjectAction()
Projects.
 You might include this in the context menu of a logical view.
public static Action newProjectAction()
EXISTING_SOURCES_FOLDER keyed action
 value can carry FileObject that points
 to existing sources folder. 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.
| 
 | org.netbeans.modules.projectuiapi/1 1.13.32 5 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||