Project actions

An example is shown below.

Project Menu
Project menu commands:
Name Function Keyboard Shortcut
Open Project Shows a dialog that can be used to select a closed project and open it  
Close Project Closes the currently selected projects  
Build All Builds all projects in the workspace. This is an incremental build, meaning that the builder analyzes the changes since the last time of build and minimizes the number of changed files. Ctrl + B
Build Project Builds the currently selected project. This is an incremental build, meaning that the builder analyzes the changes since the last time of build and minimizes the number of changed files.  
Build Working Set Builds the projects contained in the currently selected working set. This is an incremental build, meaning that the builder analyzes the changes since the last time of build and minimizes the number of changed files.  
Clean... Shows a dialog where the projects to be cleaned can be selected.  
Build Automatically If selected, all modified files are automatically rebuilt if saved. This is an incremental build, meaning that the builder analyzes the changes since the last time of build and minimizes the number of changed files.  
Properties Opens the property pages on the currently selected project.  

Please refer to the Project Menu Actions in Java Development User Guide for detailed introduction.

Related reference