Context menu for the Navigation pane

The context menu for the Navigation pane has the following commands.

Any of these commands may appear on the context menu when you are in the Project Browser mode, the Opened Browser mode, or the Directory Browser mode. Which commands are displayed depends on the AppBrowser mode and what type of file is selected.

See also:
User's Guide: AppBrowser modes
Context-sensitive help: Navigation pane


Run

Runs the current project.

See also:
Context-sensitive help: Run|Run


Debug

Starts the Debugger with the current project.

See also:
Context-sensitive help: Run|Debug


Make

Compiles any .java files within the selected node that have outdated or nonexistent .class files. Also compiles any of the node's imported files that the node depends on which have outdated or nonexistent.class files.

Make is faster than Rebuild, once you have done the initial compiling.

See also:
Context-sensitive help: Build|Make


Rebuild

Compiles all .java files within the selected node, regardless of whether their .class files are outdated. Also compiles the imported files upon which the node depends, regardless of whether their .class files are outdated.

See also:
Context-sensitive help: Build|Rebuild


Class Hierarchy

Shows the class hierarchy for the selected class in the left part of the AppBrowser.

The hierarchy is displayed on the Hierarchy tabbed page.


Properties

Displays the Project Properties dialog box, where you set properites for the project.

This command is only available when the AppBrowser is in Project Browser mode and a project (.jpr) file is selected.


Expand All

Expands all nodes in the current pane.


Collapse All

Collapses all nodes in the current pane to a single top-level node.